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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 章戡???? | 1000111111001101100111010100000100111111001111110011111100111111 | 8fcd9d413f3f3f3f |
EUC-JP | 章戡???? | 1011111011001111110110011010001000111111001111110011111100111111 | becfd9a23f3f3f3f |
UTF-8 | 章戡렱띳렰렦 | 111001111010101110100000111001101000100010100001111010111010000010110001111010111001110110110011111010111010000010110000111010111010000010100110 | e7aba0e688a1eba0b1eb9db3eba0b0eba0a6 |
UHC | 章戡렱띳렰렦 | 111011011111000111001010111100011000111010111110101101101111000110001110101111011000111010110101 | edf1caf18ebeb6f18ebd8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)