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¥NB | 1001001001001011100100100101010110010001101001010100111001000010 | 924b925591a54e42 |
SJIS-WIN | ?K?U?¥NB | 001111110100101100111111010101010011111110000001100011110100111001000010 | 3f4b3f553f818f4e42 |
EUC-JP | ?K?U??NB | 0011111101001011001111110101010100111111001111110100111001000010 | 3f4b3f553f3f4e42 |
UTF-8 | KU¥NB | 110000101001001001001011110000101001001001010101110000101001000111000010101001010100111001000010 | c2924bc29255c291c2a54e42 |
UHC | ?K?U??NB | 0011111101001011001111110101010100111111001111110100111001000010 | 3f4b3f553f3f4e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)