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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?舌瀟B | 001111111001000011100011111000000110111001000010 | 3f90e3e06e42 |
EUC-JP | 炤舌瀟B | 1000111111001001110100101100000011100101110111111100111101000010 | 8fc9d2c0e5dfcf42 |
UTF-8 | 炤舌瀟B | 11100111100000101010010011101000100010001000110011100111100000001001111101000010 | e782a4e8888ce7809f42 |
UHC | 炤舌瀟B | 11100001101111111110000011011111111000011011111001000010 | e1bfe0dfe1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)