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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?怏 | 001111111001110010001001 | 3f9c89 |
EUC-JP | 頊怏 | 1000111111100111111101001101011111101001 | 8fe7f4d7e9 |
UTF-8 | 頊怏 | 111010011010000010001010111001101000000010001111 | e9a08ae6808f |
UHC | 頊怏 | 11101001111101011110010011101000 | e9f5e4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)