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 | 沚喇辨 | 100111111000110110011010011010001001100110011110 | 9f8d9a68999e |
EUC-JP | 沚喇辨 | 110111011110110111010011110010011101000111111110 | ddedd3c9d1fe |
UTF-8 | 沚喇辨 | 111001101011001010011010111001011001011010000111111010001011111010101000 | e6b29ae59687e8bea8 |
UHC | 沚喇辨 | 111100101010111111010100111110101101110010101001 | f2afd4fadca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)