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 | 勇憶? | 1001011101000101100010011010111100111111 | 974589af3f |
EUC-JP | 勇憶? | 1100110110100110101100101011000100111111 | cda6b2b13f |
UTF-8 | 勇憶숝 | 111001011000101110000111111001101000011010110110111011001000100010011101 | e58b87e686b6ec889d |
UHC | 勇憶숝 | 111010011011100011100101111000111001100111111010 | e9b8e5e399fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)