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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???節??^ | 0011111100111111001111111001000011011111001111110011111101011110 | 3f3f3f90df3f3f5e |
EUC-JP | 縕??節??^ | 10001111110101001100001000111111001111111100000011100001001111110011111101011110 | 8fd4c23f3fc0e13f3f5e |
UTF-8 | 縕롡닜節멩죺^ | 11100111101110001001010111101011101000011010000111101011100010111001110011100111101011111000000011101011101010011010100111101100101000111011101001011110 | e7b895eba1a1eb8b9ce7af80eba9a9eca3ba5e |
UHC | 縕롡닜節멩죺^ | 11101000101100101000111011100010100010001001110111101111101111011011100011100110101000011001010001011110 | e8b28ee2889defbdb8e6a1945e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)