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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 牆?∪TB | 11100000101011010011111110000001101111100101010001000010 | e0ad3f81be5442 |
EUC-JP | 牆?∪TB | 11100000101011110011111110100010110000000101010001000010 | e0af3fa2c05442 |
UTF-8 | 牆쿤∪TB | 1110011110001001100001101110110010111111101001001110001010001000101010100101010001000010 | e78986ecbfa4e288aa5442 |
UHC | 牆쿤∪TB | 1110110111101101110001001110111110100001111110100101010001000010 | ededc4efa1fa5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)