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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 矣??? | 1110000111100001001111110011111100111111 | e1e13f3f3f |
EUC-JP | 矣??薏 | 11100010111000110011111100111111100011111101100111011110 | e2e33f3f8fd9de |
UTF-8 | 矣뺟델薏 | 111001111001111110100011111010111011101010011111111010111000110110111000111010001001011010001111 | e79fa3ebba9feb8db8e8968f |
UHC | 矣뺟델薏 | 1110101111111000100101011110011110110101101010001110101111111011 | ebf895e7b5a8ebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)