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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 尺蛇o | 1000111011011010100011101101011001101111 | 8eda8ed66f |
EUC-JP | 尺蛇o | 1011110011011100101111001101100001101111 | bcdcbcd86f |
UTF-8 | 尺蛇o | 11100101101100001011101011101000100110111000011101101111 | e5b0bae89b876f |
UHC | 尺蛇o | 1111010010101001110111101110111101101111 | f4a9deef6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)