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 | 驕菩腸 | 111010011000000110010101111011001001001010110000 | e98195ec92b0 |
EUC-JP | 驕菩腸 | 111100011110000111001010111011101100010010110010 | f1e1caeec4b2 |
UTF-8 | 驕菩腸 | 111010011010100110010101111010001000111110101001111010001000010110111000 | e9a995e88fa9e885b8 |
UHC | 驕菩腸 | 110011101111011011011100110011001110110111110011 | cef6dcccedf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)