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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鳶??耶ュ?B | 10010011110011100011111100111111100101101110101110000011100001010011111101000010 | 93ce3f3f96eb83853f42 |
EUC-JP | 鳶??耶ュ?B | 11000110110100000011111100111111110011001110110110100101111001010011111101000010 | c6d03f3fcceda5e53f42 |
UTF-8 | 鳶멩렋耶ュ뜏B | 11101001101100111011011011101011101010011010100111101011101000001000101111101000100000001011011011100011100000111010010111101011100111001000111101000010 | e9b3b6eba9a9eba08be880b6e383a5eb9c8f42 |
UHC | 鳶멩렋耶ュ뜏B | 11100110111010011011100011100110100011101010001011100101101011011010101111100101100011011001001001000010 | e6e9b8e68ea2e5adabe58d9242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)