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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮨危黒繖シ | 111010011011110110001010111010111000110110010101111000111000010010111100 | e9bd8aeb8d95e384bc |
EUC-JP | 鮨危黒繖シ | 11110010101111111011010011101101101110011111010111100101111001001000111010111100 | f2bfb4edb9f5e5e48ebc |
UTF-8 | 鮨危黒繖シ | 111010011010111010101000111001011000110110110001111010011011101110010010111001111011100110010110111011111011110110111100 | e9aea8e58db1e9bb92e7b996efbdbc |
UHC | ?危??? | 001111111110101011001011001111110011111100111111 | 3feacb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)