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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 沃?沃?B | 10010111100000000011111110010111100000000011111101000010 | 97803f97803f42 |
EUC-JP | 沃?沃?B | 11001101111000000011111111001101111000000011111101000010 | cde03fcde03f42 |
UTF-8 | 沃챜沃챜B | 11100110101100101000001111101100101100011001110011100110101100101000001111101100101100011001110001000010 | e6b283ecb19ce6b283ecb19c42 |
UHC | 沃챜沃챜B | 111010001010101010101010011010011110100010101010101010100110100101000010 | e8aaaa69e8aaaa6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)