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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雨?祭 | 1000100101001010001111111000110111010101 | 894a3f8dd5 |
EUC-JP | 雨?祭 | 1011000110101011001111111011101011010111 | b1ab3fbad7 |
UTF-8 | 雨렭祭 | 111010011001101110101000111010111010000010101101111001111010010110101101 | e99ba8eba0ade7a5ad |
UHC | 雨렭祭 | 111010011110101110001110101110101111000010101110 | e9eb8ebaf0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)