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 | 鉎鴫 | 11111011110001111000111010110000 | fbc78eb0 |
EUC-JP | 鉎鴫 | 1000111111100011110111111011110010110010 | 8fe3dfbcb2 |
UTF-8 | 鉎鴫 | 111010011000100110001110111010011011010010101011 | e9898ee9b4ab |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)