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 | ?橈?紆堯 | 0011111110011110111101000011111111100010111111001110101010011111 | 3f9ef43fe2fcea9f |
EUC-JP | ?橈?紆堯 | 0011111111011100111101100011111111100100111111101111010010100001 | 3fdcf63fe4fef4a1 |
UTF-8 | 뾸橈섍紆堯 | 111010111011111010111000111001101010100110001000111011001000010010001101111001111011010010000110111001011010000010101111 | ebbeb8e6a988ec848de7b486e5a0af |
UHC | 뾸橈섍紆堯 | 10010111011110101110100011111010100110001110101011101001111000011110100011101011 | 977ae8fa98eae9e1e8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)