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 | 莠撥羣 | 111001001011101010011101100110111110001110111000 | e4ba9d9be3b8 |
EUC-JP | 莠撥羣 | 111010001011110011011001111110111110011010111010 | e8bcd9fbe6ba |
UTF-8 | 莠撥羣 | 111010001000111010100000111001101001001010100101111001111011111010100011 | e88ea0e692a5e7bea3 |
UHC | ?撥? | 00111111110110101111110000111111 | 3fdafc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)