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 | 遇瘢렋렑 | 111010011000000110000111111001111001100010100010111010111010000010001011111010111010000010010001 | e98187e798a2eba08beba091 |
UHC | 遇瘢렋렑 | 1110100111100111110110101110111010001110101000101000111010100110 | e9e7daee8ea28ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)