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 | 雨瘢?? | 100010010100101011100001100011010011111100111111 | 894ae18d3f3f |
EUC-JP | 雨瘢?? | 101100011010101111100001111011010011111100111111 | b1abe1ed3f3f |
UTF-8 | 雨瘢렓묍 | 111010011001101110101000111001111001100010100010111010111010000010010011111010111010110010001101 | e99ba8e798a2eba093ebac8d |
UHC | 雨瘢렓묍 | 1110100111101011110110101110111010001110101010001011100110100011 | e9ebdaee8ea8b9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)