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 | 00111111001111110101010001000010 | 3f3f5442 |
SJIS-WIN | ??TB | 00111111001111110101010001000010 | 3f3f5442 |
EUC-JP | ??TB | 00111111001111110101010001000010 | 3f3f5442 |
UTF-8 | 샠쁔TB | 1110110010000011101000001110110010000001100101000101010001000010 | ec83a0ec81945442 |
UHC | 샠쁔TB | 100110001100100010011000010101000101010001000010 | 98c898545442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)