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 | 嶸「譏サ踰 | 1111101010110100101000101110011010011000101110111110011011111010 | fab4a2e698bbe6fa |
EUC-JP | 嶸「譏サ踰 | 1000111110111011111101001000111010100010111010111111100010001110101110111110110011111100 | 8fbbf48ea2ebf88ebbecfc |
UTF-8 | 嶸「譏サ踰 | 111001011011011010111000111011111011110110100010111010001010110110001111111011111011110110111011111010001011100010110000 | e5b6b8efbda2e8ad8fefbdbbe8b8b0 |
UHC | 嶸?譏?踰 | 1110011110101110001111111101000111000001001111111110101110110010 | e7ae3fd1c13febb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)