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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 倭??搖⑨?h | 10011000011000000011111100111111100111011000101010000111010010000011111101101000 | 98603f3f9d8a87483f68 |
EUC-JP | 倭??搖??h | 110011111100000100111111001111111101100111101010001111110011111101101000 | cfc13f3fd9ea3f3f68 |
UTF-8 | 倭뱄쉥搖⑨슁h | 11100101100000001010110111101011101100011000010011101100100010011010010111100110100100001001011011100010100100011010100011101100100010101000000101101000 | e580adebb184ec89a5e69096e291a8ec8a8168 |
UHC | 倭뱄쉥搖⑨슁h | 11101000110111101011100111101111101111011010101111101000111101001010100011101111101111011011001101101000 | e8deb9efbdabe8f4a8efbdb368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)