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 | DK¨E | 10010010010001001001001001001011100100011010100001000101 | 9244924b91a845 |
SJIS-WIN | ?D?K?¨E | 0011111101000100001111110100101100111111100000010100111001000101 | 3f443f4b3f814e45 |
EUC-JP | ?D?K?¨E | 0011111101000100001111110100101100111111101000011010111101000101 | 3f443f4b3fa1af45 |
UTF-8 | DK¨E | 1100001010010010010001001100001010010010010010111100001010010001110000101010100001000101 | c29244c2924bc291c2a845 |
UHC | ?D?K?¨E | 0011111101000100001111110100101100111111101000011010011101000101 | 3f443f4b3fa1a745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)