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 | ソ聚オ | 10111111111000111101101010110101 | bfe3dab5 |
EUC-JP | ソ聚オ | 100011101011111111100110110111001000111010110101 | 8ebfe6dc8eb5 |
UTF-8 | ソ聚オ | 111011111011110110111111111010001000000110011010111011111011110110110101 | efbdbfe8819aefbdb5 |
UHC | ?聚? | 00111111111101101010100100111111 | 3ff6a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)