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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 竭伉戰B | 11100010100100011001100011000010100111010100010001000010 | e29198c29d4442 |
EUC-JP | 竭伉戰B | 11100011111100011101000011000100110110011010010101000010 | e3f1d0c4d9a542 |
UTF-8 | 竭伉戰B | 11100111101010111010110111100100101111001000100111100110100010001011000001000010 | e7abade4bc89e688b042 |
UHC | 竭伉戰B | 11001010111001101111100111110010111011101111101001000010 | cae6f9f2eefa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)