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 | GPX | 100100100100011110010010010100001001001001011000 | 924792509258 |
SJIS-WIN | ?G?P?X | 001111110100011100111111010100000011111101011000 | 3f473f503f58 |
EUC-JP | ?G?P?X | 001111110100011100111111010100000011111101011000 | 3f473f503f58 |
UTF-8 | GPX | 110000101001001001000111110000101001001001010000110000101001001001011000 | c29247c29250c29258 |
UHC | ?G?P?X | 001111110100011100111111010100000011111101011000 | 3f473f503f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)