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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 劾??劾? | 10001010010011100011111100111111100010100100111000111111 | 8a4e3f3f8a4e3f |
EUC-JP | 劾??劾? | 10110011101011110011111100111111101100111010111100111111 | b3af3f3fb3af3f |
UTF-8 | 劾믫슕劾숈 | 111001011000101010111110111010111010111110101011111011001000101010010101111001011000101010111110111011001000100010001000 | e58abeebafabec8a95e58abeec8888 |
UHC | 劾믫슕劾숈 | 11111010101101101001001011101101100110101010010011111010101101101001100111101100 | fab692ed9aa4fab699ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)