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 | セ鰒エ蔡 | 1111100110100101101111101110100111010110101101001110010011101111 | f9a5bee9d6b4e4ef |
EUC-JP | ?セ鰒エ蔡 | 001111111000111010111110111100101101100010001110101101001110100011110001 | 3f8ebef2d88eb4e8f1 |
UTF-8 | セ鰒エ蔡 | 111011101001110010000000111011111011110110111110111010011011000010010010111011111011110110110100111010001001010010100001 | ee9c80efbdbee9b092efbdb4e894a1 |
UHC | ??鰒?蔡 | 00111111001111111101110011100001001111111111001111111001 | 3f3fdce13ff3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)