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 | ??hTB | 0011111100111111011010000101010001000010 | 3f3f685442 |
SJIS-WIN | 陷工hTB | 11101000100111001000110101001000011010000101010001000010 | e89c8d48685442 |
EUC-JP | 陷工hTB | 11101111111111001011100110101001011010000101010001000010 | effcb9a9685442 |
UTF-8 | 陷工hTB | 111010011001100110110111111001011011011110100101011010000101010001000010 | e999b7e5b7a5685442 |
UHC | 陷工hTB | 11111001111010001100110111101111011010000101010001000010 | f9e8cdef685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)