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 | è¨ø | 11101000101010001001110111111000 | e8a89df8 |
SJIS-WIN | ?¨?? | 0011111110000001010011100011111100111111 | 3f814e3f3f |
EUC-JP | è¨?ø | 100011111010101110110010101000011010111100111111100011111010100111001100 | 8fabb2a1af3f8fa9cc |
UTF-8 | è¨ø | 1100001110101000110000101010100011000010100111011100001110111000 | c3a8c2a8c29dc3b8 |
UHC | ?¨?ø | 001111111010000110100111001111111010100110101010 | 3fa1a73fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)