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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嘆贈痾 | 100100100101000110010001101000011110000101111101 | 925191a1e17d |
EUC-JP | 嘆贈痾 | 110000111011001011000010101000111110000111011110 | c3b2c2a3e1de |
UTF-8 | 嘆贈痾 | 111001011001100010000110111010001011010010001000111001111001011110111110 | e59886e8b488e797be |
UHC | 嘆贈? | 1111011110100011111100011111110000111111 | f7a3f1fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)