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 | 矣뺟러薏 | 111001111001111110100011111010111011101010011111111010111001111110101100111010001001011010001111 | e79fa3ebba9feb9face8968f |
UHC | 矣뺟러薏 | 1110101111111000100101011110011110110111101011111110101111111011 | ebf895e7b7afebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)