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 | KIMú¯ | 10010010010010111000111101001001010011011111101010101111 | 924b8f494dfaaf |
SJIS-WIN | ?K?IM?? | 00111111010010110011111101001001010011010011111100111111 | 3f4b3f494d3f3f |
EUC-JP | ?K?IMú¯ | 0011111101001011001111110100100101001101100011111010101111100010100011111010001010110100 | 3f4b3f494d8fabe28fa2b4 |
UTF-8 | KIMú¯ | 1100001010010010010010111100001010001111010010010100110111000011101110101100001010101111 | c2924bc28f494dc3bac2af |
UHC | ?K?IM?? | 00111111010010110011111101001001010011010011111100111111 | 3f4b3f494d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)