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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遇瘢?? | 100010111111011011100001100011010011111100111111 | 8bf6e18d3f3f |
EUC-JP | 遇瘢?? | 101101101111100011100001111011010011111100111111 | b6f8e1ed3f3f |
UTF-8 | 遇瘢렡렠 | 111010011000000110000111111001111001100010100010111010111010000010100001111010111010000010100000 | e98187e798a2eba0a1eba0a0 |
UHC | 遇瘢렡렠 | 1110100111100111110110101110111010001110101100101000111010110001 | e9e7daee8eb28eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)