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 | E¯KN | 1001001001000101100100011010111110010010010010111001001001001110 | 924591af924b924e |
SJIS-WIN | ?E???K?N | 0011111101000101001111110011111100111111010010110011111101001110 | 3f453f3f3f4b3f4e |
EUC-JP | ?E?¯?K?N | 00111111010001010011111110001111101000101011010000111111010010110011111101001110 | 3f453f8fa2b43f4b3f4e |
UTF-8 | E¯KN | 11000010100100100100010111000010100100011100001010101111110000101001001001001011110000101001001001001110 | c29245c291c2afc2924bc2924e |
UHC | ?E???K?N | 0011111101000101001111110011111100111111010010110011111101001110 | 3f453f3f3f4b3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)