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 | 沃↓? | 1001011110000000100000011010101100111111 | 978081ab3f |
EUC-JP | 沃↓? | 1100110111100000101000101010110100111111 | cde0a2ad3f |
UTF-8 | 沃↓굫 | 111001101011001010000011111000101000011010010011111010101011010110101011 | e6b283e28693eab5ab |
UHC | 沃↓굫 | 111010001010101010100001111010011000001010010001 | e8aaa1e98291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)