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 | 闌怜慢荳隠 | 11101000100011001001011111100101100101101001110111100100101110001000100101000010 | e88c97e5969de4b88942 |
EUC-JP | 闌怜慢荳隠 | 11101111111011001100111011100111110010111111110111101000101110101011000110100011 | efeccee7cbfde8bab1a3 |
UTF-8 | 闌怜慢荳隠 | 111010011001011110001100111001101000000010011100111001101000010110100010111010001000110110110011111010011001101010100000 | e9978ce6809ce685a2e88db3e99aa0 |
UHC | ?怜慢荳? | 0011111111010110101110111101100010110111110101001110010100111111 | 3fd6bbd8b7d4e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)