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®¼PB | 1001001001001011100100011010111010010001101111000101000001000010 | 924b91ae91bc5042 |
SJIS-WIN | ?K????PB | 0011111101001011001111110011111100111111001111110101000001000010 | 3f4b3f3f3f3f5042 |
EUC-JP | ?K?®??PB | 00111111010010110011111110001111101000101110111000111111001111110101000001000010 | 3f4b3f8fa2ee3f3f5042 |
UTF-8 | K®¼PB | 11000010100100100100101111000010100100011100001010101110110000101001000111000010101111000101000001000010 | c2924bc291c2aec291c2bc5042 |
UHC | ?K?®?¼PB | 00111111010010110011111110100010111001110011111110101000111110010101000001000010 | 3f4b3fa2e73fa8f95042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)