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 | 蓍坂坤 | 111001001110011110001101111000101000110110100011 | e4e78de28da3 |
EUC-JP | 蓍坂坤 | 111010001110100110111010111001001011101010100101 | e8e9bae4baa5 |
UTF-8 | 蓍坂坤 | 111010001001001110001101111001011001110110000010111001011001110110100100 | e8938de59d82e59da4 |
UHC | 蓍坂坤 | 111000111100100111110111111110001100110111011110 | e3c9f7f8cdde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)