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 | 0011111100111111100000110101001100111111001111110101010001000010 | 3f3f83533f3f5442 |
EUC-JP | ??ゴ??TB | 0011111100111111101001011011010000111111001111110101010001000010 | 3f3fa5b43f3f5442 |
UTF-8 | 룴햶ゴ룫離TB | 1110101110100011101101001110110110010110101101101110001110000010101101001110101110100011101010111110111110100111101010100101010001000010 | eba3b4ed96b6e382b4eba3abefa7aa5442 |
UHC | 룴햶ゴ룫離TB | 100011111010100111000001100011111010101110110100100011111010001011101100110001100101010001000010 | 8fa9c18fabb48fa2ecc65442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)