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 | ?K?IM?? | 00111111010010110011111101001001010011010011111100111111 | 3f4b3f494d3f3f |
SJIS-WIN | ?K?IM?? | 00111111010010110011111101001001010011010011111100111111 | 3f4b3f494d3f3f |
EUC-JP | ?K?IM?? | 00111111010010110011111101001001010011010011111100111111 | 3f4b3f494d3f3f |
UTF-8 | 혪K혧IM첬짱 | 111011011001100010101010010010111110110110011000101001110100100101001101111011001011001010101100111011001010011110110001 | ed98aa4bed98a7494decb2aceca7b1 |
UHC | 혪K혧IM첬짱 | 1100001010010010010010111100001010001111010010010100110111000011101110101100001010101111 | c2924bc28f494dc3bac2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)