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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ーニ曺 | 10110000110001101111101011011110 | b0c6fade |
EUC-JP | ーニ曺 | 10001110101100001000111011000110100011111100001011101101 | 8eb08ec68fc2ed |
UTF-8 | ーニ曺 | 111011111011110110110000111011111011111010000110111001101001101110111010 | efbdb0efbe86e69bba |
UHC | ??曺 | 00111111001111111111000011000110 | 3f3ff0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)