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 | ?氓??有 | 00111111100111111000001000111111001111111001011101001100 | 3f9f823f3f974c |
EUC-JP | ?氓??有 | 00111111110111011110001000111111001111111100110110101101 | 3fdde23f3fcdad |
UTF-8 | 뤗氓녠씨有 | 111010111010010010010111111001101011000010010011111010111000010110100000111011001001010010101000111001101001110010001001 | eba497e6b093eb85a0ec94a8e69c89 |
UHC | 뤗氓녠씨有 | 10001111110001111101100011101100101100111110101010111110101111101110101011110011 | 8fc7d8ecb3eabebeeaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)