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 | 鈺?Ш | 1111101111000100001111111000010001011001 | fbc43f8459 |
EUC-JP | 鈺?Ш | 100011111110001111010101001111111010011110111010 | 8fe3d53fa7ba |
UTF-8 | 鈺뚧Ш | 1110100110001000101110101110101110011010101001111101000010101000 | e988baeb9aa7d0a8 |
UHC | 鈺뚧Ш | 111010001010110110001100111001101010110010111010 | e8ad8ce6acba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)