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 | 10010111100000001000001011100110100000101010100001000110 | 978082e682a846 |
EUC-JP | 沃よおF | 11001101111000001010010011101000101001001010101001000110 | cde0a4e8a4aa46 |
UTF-8 | 沃よおF | 11100110101100101000001111100011100000101000100011100011100000011000101001000110 | e6b283e38288e3818a46 |
UHC | 沃よおF | 11101000101010101010101011101000101010101010101001000110 | e8aaaae8aaaa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)