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 | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | ?拜??K | 001111111001110101100000001111110011111101001011 | 3f9d603f3f4b |
EUC-JP | ?拜濩旿K | 00111111110110011100000110001111110010011010010010001111110000011111010001001011 | 3fd9c18fc9a48fc1f44b |
UTF-8 | 뤊拜濩旿K | 11101011101001001000101011100110100010111001110011100110101111111010100111100110100101111011111101001011 | eba48ae68b9ce6bfa9e697bf4b |
UHC | 뤊拜濩旿K | 100011111011101011011011110010001111101111001101111001111111101001001011 | 8fbadbc8fbcde7fa4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)