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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顋崎ご裴 | 1110100011111001100011011110100010000010101100101110010111101000 | e8f98de882b2e5e8 |
EUC-JP | 顋崎ご裴 | 1111000011111011101110101110101010100100101101001110101011101010 | f0fbbaeaa4b4eaea |
UTF-8 | 顋崎ご裴 | 111010011010000110001011111001011011010010001110111000111000000110010100111010001010001110110100 | e9a18be5b48ee38194e8a3b4 |
UHC | ?崎ご裴 | 00111111110100001111100010101010101101001101101111010000 | 3fd0f8aab4dbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)