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 | 松冐ニ | 1000111110111100111000111110110011000110 | 8fbce3ecc6 |
EUC-JP | 松冐ニ | 101111101011111011100110111011101000111011000110 | bebee6ee8ec6 |
UTF-8 | 松冐ニ | 111001101001110110111110111001011000011010010000111011111011111010000110 | e69dbee58690efbe86 |
UHC | 松?? | 11100001111001100011111100111111 | e1e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)