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 | 悌?莊?堤 | 1001001011101110001111111110010010110101001111111001001011100111 | 92ee3fe4b53f92e7 |
EUC-JP | 悌?莊?堤 | 1100010011110000001111111110100010110111001111111100010011101001 | c4f03fe8b73fc4e9 |
UTF-8 | 悌렩莊렱堤 | 111001101000001010001100111010111010000010101001111010001000111010001010111010111010000010110001111001011010000010100100 | e6828ceba0a9e88e8aeba0b1e5a0a4 |
UHC | 悌렩莊렱堤 | 11110000101010101000111010110111111011011111011010001110101111101111000010100111 | f0aa8eb7edf68ebef0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)