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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 蔣??? | 100011111101100110110110001111110011111100111111 | 8fd9b63f3f3f |
UTF-8 | 蔣됤끀燎 | 111010001001010010100011111010111001000010100100111010111000000110000000111011111010011110000000 | e894a3eb90a4eb8180efa780 |
UHC | 蔣됤끀燎 | 1110110111111000100010011110001010000101101101101110100011111011 | edf889e285b6e8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)