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 | 10010010101000100011111110001000101011100011111101001011 | 92a23f88ae3f4b |
EUC-JP | 弔?旭?K | 11000100101001000011111110110000101100000011111101001011 | c4a43fb0b03f4b |
UTF-8 | 弔렲旭렔K | 11100101101111001001010011101011101000001011001011100110100101111010110111101011101000001001010001001011 | e5bc94eba0b2e697adeba0944b |
UHC | 弔렲旭렔K | 111100001100000010001110101111111110100111101111100011101010100101001011 | f0c08ebfe9ef8ea94b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)