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 | KNºP | 1001001001001011100100100100111010010001101110101001001001010000 | 924b924e91ba9250 |
SJIS-WIN | ?K?N???P | 0011111101001011001111110100111000111111001111110011111101010000 | 3f4b3f4e3f3f3f50 |
EUC-JP | ?K?N?º?P | 00111111010010110011111101001110001111111000111110100010111010110011111101010000 | 3f4b3f4e3f8fa2eb3f50 |
UTF-8 | KNºP | 11000010100100100100101111000010100100100100111011000010100100011100001010111010110000101001001001010000 | c2924bc2924ec291c2bac29250 |
UHC | ?K?N?º?P | 001111110100101100111111010011100011111110101000101011000011111101010000 | 3f4b3f4e3fa8ac3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)