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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 瀣嶠囊 | 100011111100100110110001100011111011101111101111100011111011011011101100 | 8fc9b18fbbef8fb6ec |
UTF-8 | 瀣嶠囊 | 111001111000000010100011111001011011011010100000111001011001101110001010 | e780a3e5b6a0e59b8a |
UHC | 瀣嶠囊 | 111110101010111011001110111001001101001010100101 | faaecee4d2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)