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 | 鋙爾鴾 | 111110111101000110001110101000101110100111111010 | fbd18ea2e9fa |
EUC-JP | 鋙爾鴾 | 10001111111001001100001110111100101001001111001011111100 | 8fe4c3bca4f2fc |
UTF-8 | 鋙爾鴾 | 111010011000101110011001111001111000100010111110111010011011010010111110 | e98b99e788bee9b4be |
UHC | ?爾? | 00111111111011001011001100111111 | 3fecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)