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 | ??瀟紆堯 | 0011111100111111111000000110111011100010111111001110101010011111 | 3f3fe06ee2fcea9f |
EUC-JP | ??瀟紆堯 | 0011111100111111110111111100111111100100111111101111010010100001 | 3f3fdfcfe4fef4a1 |
UTF-8 | 뾑쉃瀟紆堯 | 111010111011111010010001111011001000100110000011111001111000000010011111111001111011010010000110111001011010000010101111 | ebbe91ec8983e7809fe7b486e5a0af |
UHC | 뾑쉃瀟紆堯 | 10010111010011111001101001011000111000011011111011101001111000011110100011101011 | 974f9a58e1bee9e1e8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)