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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 劾???^ | 100010100100111000111111001111110011111101011110 | 8a4e3f3f3f5e |
EUC-JP | 劾?璵?^ | 1011001110101111001111111000111111001100111001100011111101011110 | b3af3f8fcce63f5e |
UTF-8 | 劾믩璵퇯^ | 11100101100010101011111011101011101011111010100111100111100100101011010111101101100001111010111101011110 | e58abeebafa9e792b5ed87af5e |
UHC | 劾믩璵퇯^ | 111110101011011010010010111010111110011010100101101110000110010101011110 | fab692ebe6a5b8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)