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 | 歪篩蕪 | 100110000110001111100010101111111001010110010011 | 9863e2bf9593 |
EUC-JP | 歪篩蕪 | 110011111100010011100100110000011100100111110011 | cfc4e4c1c9f3 |
UTF-8 | 歪篩蕪 | 111001101010110110101010111001111010111110101001111010001001010110101010 | e6adaae7afa9e895aa |
UHC | 歪篩蕪 | 111010001110000011011110111010001101100111110011 | e8e0dee8d9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)