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 | 調?汀??叱 | 100100101011001000111111100100101111001100111111001111111000111010110110 | 92b23f92f33f3f8eb6 |
EUC-JP | 調?汀??叱 | 110001001011010000111111110001001111010100111111001111111011110010111000 | c4b43fc4f53f3fbcb8 |
UTF-8 | 調렧汀렣롊叱 | 111010001010101010111111111010111010000010100111111001101011000110000000111010111010000010100011111010111010000110001010111001011000111110110001 | e8aabfeba0a7e6b180eba0a3eba18ae58fb1 |
UHC | 調렧汀렣롊叱 | 111100001110000010001110101101101110111111100010100011101011010010001110110100001111001011101010 | f0e08eb6efe28eb48ed0f2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)