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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蜊逸県^ | 11100101100011011000100011101101100011001010011101011110 | e58d88ed8ca75e |
EUC-JP | 蜊逸県^ | 11101001111011011011000011101111101110001010100101011110 | e9edb0efb8a95e |
UTF-8 | 蜊逸県^ | 11101000100111001000101011101001100000001011100011100111100111001000110001011110 | e89c8ae980b8e79c8c5e |
UHC | ?逸?^ | 0011111111101100111011110011111101011110 | 3fecef3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)