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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銕ェ蛯黛 | 11100111111011001010101011100101100000101001000111100001 | e7ecaae58291e1 |
EUC-JP | 銕ェ蛯黛 | 1110111011101110100011101010101011101001111000101100001011100011 | eeee8eaae9e2c2e3 |
UTF-8 | 銕ェ蛯黛 | 111010011000101010010101111011111011110110101010111010001001101110101111111010011011101110011011 | e98a95efbdaae89bafe9bb9b |
UHC | ???黛 | 0011111100111111001111111101001111101010 | 3f3f3fd3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)