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 | 楢??\ | 1001001111101000001111110011111101011100 | 93e83f3f5c |
EUC-JP | 楢??\ | 1100011011101010001111110011111101011100 | c6ea3f3f5c |
UTF-8 | 楢⑸뭳\ | 11100110101001011010001011100010100100011011100011101011101011011011001101011100 | e6a5a2e291b8ebadb35c |
UHC | 楢⑸뭳\ | 11101010111110011010100111101011100100101000001001011100 | eaf9a9eb92825c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)