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 | 11100110111010101001110011100110100010011011111101000110 | e6ea9ce689bf46 |
EUC-JP | 跛懈価F | 11101100111011001101100011101000101100101100000101000110 | ececd8e8b2c146 |
UTF-8 | 跛懈価F | 11101000101101111001101111100110100001111000100011100100101111101010000101000110 | e8b79be68788e4bea146 |
UHC | 跛懈?F | 111101111111010111111010101010110011111101000110 | f7f5faab3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)