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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 鳬フ骼ー゙靼ェ | 11101001111010011100110011101001100011101011000011011110111010001101100010101010 | e9e9cce98eb0dee8d8aa |
EUC-JP | 鳬フ骼ー゙靼ェ | 1111001011101011100011101100110011110001111011101000111010110000100011101101111011110000110110101000111010101010 | f2eb8eccf1ee8eb08edef0da8eaa |
UTF-8 | 鳬フ骼ー゙靼ェ | 111010011011001110101100111011111011111010001100111010011010101010111100111011111011110110110000111011111011111010011110111010011001110110111100111011111011110110101010 | e9b3acefbe8ce9aabcefbdb0efbe9ee99dbcefbdaa |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)