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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 倭?けF | 100110000110000000111111100000101010111101000110 | 98603f82af46 |
EUC-JP | 倭?けF | 110011111100000100111111101001001011000101000110 | cfc13fa4b146 |
UTF-8 | 倭덉けF | 11100101100000001010110111101011100011011000100111100011100000011001000101000110 | e580adeb8d89e3819146 |
UHC | 倭덉けF | 11101000110111101000100011101100101010101011000101000110 | e8de88ecaab146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)