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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 沃↑? | 1001011110000000100000011010101000111111 | 978081aa3f |
EUC-JP | 沃↑? | 1100110111100000101000101010110000111111 | cde0a2ac3f |
UTF-8 | 沃↑퐠 | 111001101011001010000011111000101000011010010001111011011001000010100000 | e6b283e28691ed90a0 |
UHC | 沃↑퐠 | 111010001010101010100001111010001011110110001001 | e8aaa1e8bd89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)