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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 隕隕隕隕B | 111010001010011011101000101001101110100010100110111010001010011001000010 | e8a6e8a6e8a6e8a642 |
EUC-JP | 隕隕隕隕B | 111100001010100011110000101010001111000010101000111100001010100001000010 | f0a8f0a8f0a8f0a842 |
UTF-8 | 隕隕隕隕B | 11101001100110101001010111101001100110101001010111101001100110101001010111101001100110101001010101000010 | e99a95e99a95e99a95e99a9542 |
UHC | 隕隕隕隕B | 111010101010001011101010101000101110101010100010111010101010001001000010 | eaa2eaa2eaa2eaa242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)