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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莊?雨?蹄 | 1110010010110101001111111000100101001010001111111001001011111011 | e4b53f894a3f92fb |
EUC-JP | 莊?雨?蹄 | 1110100010110111001111111011000110101011001111111100010011111101 | e8b73fb1ab3fc4fd |
UTF-8 | 莊렱雨렭蹄 | 111010001000111010001010111010111010000010110001111010011001101110101000111010111010000010101101111010001011100110000100 | e88e8aeba0b1e99ba8eba0ade8b984 |
UHC | 莊렱雨렭蹄 | 11101101111101101000111010111110111010011110101110001110101110101111000010110100 | edf68ebee9eb8ebaf0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)