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 | ?賍 | 001111111110011011011010 | 3fe6da |
EUC-JP | 鉘賍 | 1000111111100011111000101110110011011100 | 8fe3e2ecdc |
UTF-8 | 鉘賍 | 111010011000100110011000111010001011001110001101 | e98998e8b38d |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)