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 | KU¥N | 10010010010010111001001001010101100100011010010101001110 | 924b925591a54e |
SJIS-WIN | ?K?U?¥N | 0011111101001011001111110101010100111111100000011000111101001110 | 3f4b3f553f818f4e |
EUC-JP | ?K?U??N | 00111111010010110011111101010101001111110011111101001110 | 3f4b3f553f3f4e |
UTF-8 | KU¥N | 1100001010010010010010111100001010010010010101011100001010010001110000101010010101001110 | c2924bc29255c291c2a54e |
UHC | ?K?U??N | 00111111010010110011111101010101001111110011111101001110 | 3f4b3f553f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)