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¾K | 10011110010000001000111101101000100010001011111001001011 | 9e408f6888be4b |
SJIS-WIN | ?@?h??K | 00111111010000000011111101101000001111110011111101001011 | 3f403f683f3f4b |
EUC-JP | ?@?h??K | 00111111010000000011111101101000001111110011111101001011 | 3f403f683f3f4b |
UTF-8 | @h¾K | 1100001010011110010000001100001010001111011010001100001010001000110000101011111001001011 | c29e40c28f68c288c2be4b |
UHC | ?@?h?¾K | 0011111101000000001111110110100000111111101010001111101001001011 | 3f403f683fa8fa4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)