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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 瞻犢~ | 1110000111011011111000001011011101111110 | e1dbe0b77e |
EUC-JP | 瞻犢~ | 1110001011011101111000001011100101111110 | e2dde0b97e |
UTF-8 | 瞻犢~ | 11100111100111101011101111100111100010101010001001111110 | e79ebbe78aa27e |
UHC | 瞻犢~ | 1111010011010111110101001011101101111110 | f4d7d4bb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)