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 | PK¼ | 100100100101000010010010010010111001000110111100 | 9250924b91bc |
SJIS-WIN | ?P?K?? | 001111110101000000111111010010110011111100111111 | 3f503f4b3f3f |
EUC-JP | ?P?K?? | 001111110101000000111111010010110011111100111111 | 3f503f4b3f3f |
UTF-8 | PK¼ | 11000010100100100101000011000010100100100100101111000010100100011100001010111100 | c29250c2924bc291c2bc |
UHC | ?P?K?¼ | 00111111010100000011111101001011001111111010100011111001 | 3f503f4b3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)