To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遮疾赦 | 100011101101010110001110101111101000111011001101 | 8ed58ebe8ecd |
EUC-JP | 遮疾赦 | 101111001101011110111100110000001011110011001111 | bcd7bcc0bccf |
UTF-8 | 遮疾赦 | 111010011000000110101110111001111001011010111110111010001011010110100110 | e981aee796bee8b5a6 |
UHC | 遮疾赦 | 111100111011010011110010111100001101111011110101 | f3b4f2f0def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)