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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 授??\ | 1000111011110110001111110011111101011100 | 8ef63f3f5c |
EUC-JP | 授??\ | 1011110011111000001111110011111101011100 | bcf83f3f5c |
UTF-8 | 授띸뒰\ | 11100110100011101000100011101011100111011011100011101011100100101011000001011100 | e68e88eb9db8eb92b05c |
UHC | 授띸뒰\ | 11100010101000111000110111100111100010101010100101011100 | e2a38de78aa95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)