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 | ?愎紗 | 0011111110011100101111011000111011010001 | 3f9cbd8ed1 |
EUC-JP | 髿愎紗 | 10001111111010011111101011011000101111111011110011010011 | 8fe9fad8bfbcd3 |
UTF-8 | 髿愎紗 | 111010011010101110111111111001101000010010001110111001111011010010010111 | e9abbfe6848ee7b497 |
UHC | ?愎紗 | 0011111111111000101101001101111011101001 | 3ff8b4dee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)