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 | 錝鴫 | 11111011110111011000111010110000 | fbdd8eb0 |
EUC-JP | 錝鴫 | 1000111111100100110110111011110010110010 | 8fe4dbbcb2 |
UTF-8 | 錝鴫 | 111010011000110010011101111010011011010010101011 | e98c9de9b4ab |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)