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 | 愁??日? | 10001111010001000011111100111111100100111111101000111111 | 8f443f3f93fa3f |
EUC-JP | 愁??日墩 | 101111011010010100111111001111111100011011111100100011111011100011001100 | bda53f3fc6fc8fb8cc |
UTF-8 | 愁석뤳日墩 | 111001101000010010000001111011001000010010011101111010111010010010110011111001101001011110100101111001011010001010101001 | e68481ec849deba4b3e697a5e5a2a9 |
UHC | 愁석뤳日墩 | 11100001111111101011110010101110100011111110000111101100111011011101010011000010 | e1febcae8fe1ecedd4c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)