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 | 霄嫉質 | 11101000101110101000111010111001111100001100000010001110101111111111000011101001 | e8ba8eb9f0c08ebff0e9 |
EUC-JP | 霄嫉?質? | 1111000010111100101111001011101100111111101111001100000100111111 | f0bcbcbb3fbcc13f |
UTF-8 | 霄嫉質 | 111010011001110010000100111001011010101110001001111011101000000110111111111010001011001110101010111011101000001010101000 | e99c84e5ab89ee81bfe8b3aaee82a8 |
UHC | ?嫉?質? | 00111111111100101110110000111111111100101111010100111111 | 3ff2ec3ff2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)