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 | 鮨危矛 | 111010011011110110001010111010111001011010110101 | e9bd8aeb96b5 |
EUC-JP | 鮨危矛 | 111100101011111110110100111011011100110010110111 | f2bfb4edccb7 |
UTF-8 | 鮨危矛 | 111010011010111010101000111001011000110110110001111001111001111110011011 | e9aea8e58db1e79f9b |
UHC | ?危矛 | 0011111111101010110010111101100111000011 | 3feacbd9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)