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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???汚?塢 | 0011111100111111001111111000100110011000001111111001101011000111 | 3f3f3f89983f9ac7 |
EUC-JP | 饔??汚?塢 | 10001111111010001110111100111111001111111011000111111000001111111101010011001001 | 8fe8ef3f3fb1f83fd4c9 |
UTF-8 | 饔쒐쾵汚퉓塢 | 111010011010010110010100111011001001001010010000111011001011111010110101111001101011000110011010111011011000100110010011111001011010000110100010 | e9a594ec9290ecbeb5e6b19aed8993e5a1a2 |
UHC | 饔쒐쾵汚퉓塢 | 111010001011110110011100111001111011001010001011111001111111110110111001011001111110011111110001 | e8bd9ce7b28be7fdb967e7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)