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ÝÃ | 100100100100101110001111010010010100110110001010110111011001010011000011 | 924b8f494d8add94c3 |
SJIS-WIN | ?K?IM???? | 001111110100101100111111010010010100110100111111001111110011111100111111 | 3f4b3f494d3f3f3f3f |
EUC-JP | ?K?IM?Ý?Ã | 00111111010010110011111101001001010011010011111110001111101010101111001000111111100011111010101010101010 | 3f4b3f494d3f8faaf23f8faaaa |
UTF-8 | KIMÝÃ | 110000101001001001001011110000101000111101001001010011011100001010001010110000111001110111000010100101001100001110000011 | c2924bc28f494dc28ac39dc294c383 |
UHC | ?K?IM???? | 001111110100101100111111010010010100110100111111001111110011111100111111 | 3f4b3f494d3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)