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 | 﨓聟 | 1111011010111101111110101110100011110110101111011110001111011011 | f6bdfae8f6bde3db |
EUC-JP | ???聟 | 0011111100111111001111111110011011011101 | 3f3f3fe6dd |
UTF-8 | 﨓聟 | 111011101001001110100100111011111010100010010011111011101001001110100100111010001000000110011111 | ee93a4efa893ee93a4e8819f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)