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 | 訂肆?鞨? | 1001001011111001111000111110011000111111111010001110000000111111 | 92f9e3e63fe8e03f |
EUC-JP | 訂肆?鞨? | 1100010011111011111001101110100000111111111100001110001000111111 | c4fbe6e83ff0e23f |
UTF-8 | 訂肆렒鞨가 | 111010001010100010000010111010001000001010000110111010111010000010010010111010011001111010101000111010101011000010000000 | e8a882e88286eba092e99ea8eab080 |
UHC | 訂肆렒鞨가 | 11101111111101001101111011101011100011101010011111001010111010101011000010100001 | eff4deeb8ea7caeab0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)