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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬱?遵? | 100111110101010000111111100011111000010100111111 | 9f543f8f853f |
EUC-JP | 鬱?遵? | 110111011011010100111111101111011110010100111111 | ddb53fbde53f |
UTF-8 | 鬱렠遵멱 | 111010011010110010110001111010111010000010100000111010011000000110110101111010111010100110110001 | e9acb1eba0a0e981b5eba9b1 |
UHC | 鬱렠遵멱 | 1110101010100110100011101011000111110001111001011011100011101000 | eaa68eb1f1e5b8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)