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 | 瑚基? | 1000110011101000100010101110111000111111 | 8ce88aee3f |
EUC-JP | 瑚基? | 1011100011101010101101001111000000111111 | b8eab4f03f |
UTF-8 | 瑚基렓 | 111001111001000110011010111001011001111110111010111010111010000010010011 | e7919ae59fbaeba093 |
UHC | 瑚基렓 | 111110111101000111010000111100011000111010101000 | fbd1d0f18ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)