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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???蘂 | 0011111100111111001111111110010101000001 | 3f3f3fe541 |
EUC-JP | 邕??蘂 | 10001111111000011110110100111111001111111110100110100010 | 8fe1ed3f3fe9a2 |
UTF-8 | 邕딂퍓蘂 | 111010011000001010010101111010111001010010000010111011011000110110010011111010001001100010000010 | e98295eb9482ed8d93e89882 |
UHC | 邕딂퍓蘂 | 1110100010111011100010101110100010111011100010101110011111011110 | e8bb8ae8bb8ae7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)