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 | 鴣室 | 111010011111001110001110101110101111000010110110 | e9f38ebaf0b6 |
EUC-JP | 鴣室? | 1111001011110101101111001011110000111111 | f2f5bcbc3f |
UTF-8 | 鴣室 | 111010011011010010100011111001011010111010100100111011101000000110110101 | e9b4a3e5aea4ee81b5 |
UHC | ?室? | 00111111111000111111100000111111 | 3fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)