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 | 11100111100000111000101110000101100000101010111101000110 | e7838b8582af46 |
EUC-JP | 辜球けF | 11101101111000111011010111100101101001001011000101000110 | ede3b5e5a4b146 |
UTF-8 | 辜球けF | 11101000101111101001110011100111100100001000001111100011100000011001000101000110 | e8be9ce79083e3819146 |
UHC | 辜球けF | 11001101110100001100111110111001101010101011000101000110 | cdd0cfb9aab146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)