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 | 001111110011111110000011010010010011111110010111110000110101010001000010 | 3f3f83493f97c35442 |
EUC-JP | ??オ?療TB | 001111110011111110100101101010100011111111001110110001010101010001000010 | 3f3fa5aa3fcec55442 |
UTF-8 | 룶欄オ룶療TB | 1110101110100011101101101110111110100100100111011110001110000010101010101110101110100011101101101110011110011001100000100101010001000010 | eba3b6efa49de382aaeba3b6e799825442 |
UHC | 룶欄オ룶療TB | 100011111010101111010001111011011010101110101010100011111010101111010110111110110101010001000010 | 8fabd1edabaa8fabd6fb5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)