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®ºZB | 1001001001001011100100011010111010010001101110100101101001000010 | 924b91ae91ba5a42 |
SJIS-WIN | ?K????ZB | 0011111101001011001111110011111100111111001111110101101001000010 | 3f4b3f3f3f3f5a42 |
EUC-JP | ?K?®?ºZB | 001111110100101100111111100011111010001011101110001111111000111110100010111010110101101001000010 | 3f4b3f8fa2ee3f8fa2eb5a42 |
UTF-8 | K®ºZB | 11000010100100100100101111000010100100011100001010101110110000101001000111000010101110100101101001000010 | c2924bc291c2aec291c2ba5a42 |
UHC | ?K?®?ºZB | 00111111010010110011111110100010111001110011111110101000101011000101101001000010 | 3f4b3fa2e73fa8ac5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)