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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 夕?齧蓆 | 10010111010110110011111111101010100101101110010011101100 | 975b3fea96e4ec |
EUC-JP | 夕?齧蓆 | 11001101101111000011111111110011111101101110100011101110 | cdbc3ff3f6e8ee |
UTF-8 | 夕說齧蓆 | 111001011010010010010101111010001010101010101010111010011011110110100111111010001001001110000110 | e5a495e8aaaae9bda7e89386 |
UHC | 夕說齧蓆 | 1110000010101010111000001110001111100000111001011110000010110110 | e0aae0e3e0e5e0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)