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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 輯?喩? | 100011110101001100111111100110100110011100111111 | 8f533f9a673f |
EUC-JP | 輯?喩? | 101111011011010000111111110100111100100000111111 | bdb43fd3c83f |
UTF-8 | 輯섣喩셈 | 111010001011110010101111111011001000010010100011111001011001011010101001111011001000010110001000 | e8bcafec84a3e596a9ec8588 |
UHC | 輯섣喩셈 | 1111001011111110101111001011001011101010111001111011110011000000 | f2febcb2eae7bcc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)