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 | 額??唯? | 10001010011110100011111100111111100101110100001000111111 | 8a7a3f3f97423f |
EUC-JP | 額??唯? | 10110011110110110011111100111111110011011010001100111111 | b3db3f3fcda33f |
UTF-8 | 額딅쵐唯ⓨ | 111010011010000110001101111010111001010010000101111011001011010110010000111001011001010010101111111000101001001110101000 | e9a18deb9485ecb590e594afe293a8 |
UHC | 額딅쵐唯ⓨ | 11100100111111101000101011101011101011001001001011101010111001101010100011100101 | e4fe8aebac92eae6a8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)