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 | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 鴉?┨TB | 11101001111010110011111110000100101101110101010001000010 | e9eb3f84b75442 |
EUC-JP | 鴉?┨TB | 11110010111011010011111110101000101110010101010001000010 | f2ed3fa8b95442 |
UTF-8 | 鴉딃┨TB | 1110100110110100100010011110101110010100100000111110001010010100101010000101010001000010 | e9b489eb9483e294a85442 |
UHC | 鴉딃┨TB | 1110010010111100100010101110100110100110101110010101010001000010 | e4bc8ae9a6b95442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)