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 | 00111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f5442 |
SJIS-WIN | 嶸??烏?TB | 111110101011010000111111001111111000100101000111001111110101010001000010 | fab43f3f89473f5442 |
EUC-JP | 嶸??烏?TB | 10001111101110111111010000111111001111111011000110101000001111110101010001000010 | 8fbbf43f3fb1a83f5442 |
UTF-8 | 嶸뗩넀烏냀TB | 1110010110110110101110001110101110010111101010011110101110000100100000001110011110000011100011111110101110000011100000000101010001000010 | e5b6b8eb97a9eb8480e7838feb83805442 |
UHC | 嶸뗩넀烏냀TB | 111001111010111010001011111010011000011010010000111010001010000110000110010011110101010001000010 | e7ae8be98690e8a1864f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)