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 | 1101011111100001110011011011000001000110 | d7e1cdb046 |
EUC-JP | ラ睿ーF | 10001110110101111110001011001111100011101011000001000110 | 8ed7e2cf8eb046 |
UTF-8 | ラ睿ーF | 11101111101111101001011111100111100111011011111111101111101111011011000001000110 | efbe97e79dbfefbdb046 |
UHC | ?睿?F | 0011111111100111110110100011111101000110 | 3fe7da3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)