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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隘∵㊧荳③ | 11101000101001011000000111100110100001111000100011100100101110001000011101000010 | e8a581e68788e4b88742 |
EUC-JP | 隘∵?荳? | 1111000010100111101000101110100000111111111010001011101000111111 | f0a7a2e83fe8ba3f |
UTF-8 | 隘∵㊧荳③ | 111010011001101010011000111000101000100010110101111000111000101010100111111010001000110110110011111000101001000110100010 | e99a98e288b5e38aa7e88db3e291a2 |
UHC | 隘∵?荳③ | 111001001111011010100001111100010011111111010100111001011010100011101001 | e4f6a1f13fd4e5a8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)