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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銕ェ蛯黛 | 111001111110110010101010111001011000001010010001111000011111001010110000 | e7ecaae58291e1f2b0 |
EUC-JP | 銕ェ蛯黛? | 111011101110111010001110101010101110100111100010110000101110001100111111 | eeee8eaae9e2c2e33f |
UTF-8 | 銕ェ蛯黛 | 111010011000101010010101111011111011110110101010111010001001101110101111111010011011101110011011111011101000011110100111 | e98a95efbdaae89bafe9bb9bee87a7 |
UHC | ???黛? | 001111110011111100111111110100111110101000111111 | 3f3f3fd3ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)