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 | 蓁逸建 | 111001001110101110001000111011011000110010011010 | e4eb88ed8c9a |
EUC-JP | 蓁逸建 | 111010001110110110110000111011111011011111111010 | e8edb0efb7fa |
UTF-8 | 蓁逸建 | 111010001001001110000001111010011000000010111000111001011011101110111010 | e89381e980b8e5bbba |
UHC | ?逸建 | 0011111111101100111011111100101111101111 | 3fecefcbef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)