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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 症髙ム鴫式 | 100011111100011111111011111111001101000110001110101100001000111010101110 | 8fc7fbfcd18eb08eae |
EUC-JP | 症?ム鴫式 | 101111101100100100111111100011101101000110111100101100101011110010110000 | bec93f8ed1bcb2bcb0 |
UTF-8 | 症髙ム鴫式 | 111001111001011110000111111010011010101110011001111011111011111010010001111010011011010010101011111001011011110010001111 | e79787e9ab99efbe91e9b4abe5bc8f |
UHC | 症???式 | 11110001111110000011111100111111001111111110001111010010 | f1f83f3f3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)