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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 嘆贈孫臓h | 100100100101000110010001101000011001000110110111100100011001111101101000 | 925191a191b7919f68 |
EUC-JP | 嘆贈孫臓h | 110000111011001011000010101000111100001010111001110000101010000101101000 | c3b2c2a3c2b9c2a168 |
UTF-8 | 嘆贈孫臓h | 11100101100110001000011011101000101101001000100011100101101011011010101111101000100001111001001101101000 | e59886e8b488e5adabe8879368 |
UHC | 嘆贈孫?h | 1111011110100011111100011111110011100001110111010011111101101000 | f7a3f1fce1dd3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)