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 | 湿紗 | 100011101011110010001110110100011111000011101111 | 8ebc8ed1f0ef |
EUC-JP | 湿紗? | 1011110010111110101111001101001100111111 | bcbebcd33f |
UTF-8 | 湿紗 | 111001101011100110111111111001111011010010010111111011101000001010101110 | e6b9bfe7b497ee82ae |
UHC | ?紗? | 00111111110111101110100100111111 | 3fdee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)