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 | P®KN | 1001001001010000100100011010111010010010010010111001001001001110 | 925091ae924b924e |
SJIS-WIN | ?P???K?N | 0011111101010000001111110011111100111111010010110011111101001110 | 3f503f3f3f4b3f4e |
EUC-JP | ?P?®?K?N | 00111111010100000011111110001111101000101110111000111111010010110011111101001110 | 3f503f8fa2ee3f4b3f4e |
UTF-8 | P®KN | 11000010100100100101000011000010100100011100001010101110110000101001001001001011110000101001001001001110 | c29250c291c2aec2924bc2924e |
UHC | ?P?®?K?N | 001111110101000000111111101000101110011100111111010010110011111101001110 | 3f503fa2e73f4b3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)