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 | 堯莖??諄 | 1110101010011111111001001011000100111111001111111110011001111000 | ea9fe4b13f3fe678 |
EUC-JP | 堯莖??諄 | 1111010010100001111010001011001100111111001111111110101111011001 | f4a1e8b33f3febd9 |
UTF-8 | 堯莖렡렯諄 | 111001011010000010101111111010001000111010010110111010111010000010100001111010111010000010101111111010001010101110000100 | e5a0afe88e96eba0a1eba0afe8ab84 |
UHC | 堯莖렡렯諄 | 11101000111010111100110011101100100011101011001010001110101111001110001011110100 | e8ebccec8eb28ebce2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)