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 | 衍醵粫 | 100111111010010111100111110100011110001011100110 | 9fa5e7d1e2e6 |
EUC-JP | 衍醵粫 | 110111101010011111101110110100111110010011101000 | dea7eed3e4e8 |
UTF-8 | 衍醵粫 | 111010001010000110001101111010011000011010110101111001111011001010101011 | e8a18de986b5e7b2ab |
UHC | 衍醵? | 1110011011100010110010111101100100111111 | e6e2cbd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)