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 | 中?諸?贈? | 100100101000011000111111100011111001010000111111100100011010000100111111 | 92863f8f943f91a13f |
EUC-JP | 中?諸?贈? | 110000111110011000111111101111011111010000111111110000101010001100111111 | c3e63fbdf43fc2a33f |
UTF-8 | 中렏諸렪贈렢 | 111001001011100010101101111010111010000010001111111010001010101110111000111010111010000010101010111010001011010010001000111010111010000010100010 | e4b8adeba08fe8abb8eba0aae8b488eba0a2 |
UHC | 中렏諸렪贈렢 | 111100011110100110001110101001011111000010110011100011101011100011110001111111001000111010110011 | f1e98ea5f0b38eb8f1fc8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)