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 | PN | 1001000110011111100100100101000010010001100111111001001001001110 | 919f9250919f924e |
SJIS-WIN | ???P???N | 0011111100111111001111110101000000111111001111110011111101001110 | 3f3f3f503f3f3f4e |
EUC-JP | ???P???N | 0011111100111111001111110101000000111111001111110011111101001110 | 3f3f3f503f3f3f4e |
UTF-8 | PN | 1100001010010001110000101001111111000010100100100101000011000010100100011100001010011111110000101001001001001110 | c291c29fc29250c291c29fc2924e |
UHC | ???P???N | 0011111100111111001111110101000000111111001111110011111101001110 | 3f3f3f503f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)