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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | 載??I | 1000110111011010001111110011111101001001 | 8dda3f3f49 |
EUC-JP | 載??I | 1011101011011100001111110011111101001001 | badc3f3f49 |
UTF-8 | 載얗벅I | 11101000101111001000100111101100100101101001011111101011101100101000010101001001 | e8bc89ec9697ebb28549 |
UHC | 載얗벅I | 11101110101100001011111011101001101110011111011101001001 | eeb0bee9b9f749 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)