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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褝雅ァ停 | 11100101111110101000100111101011101001111001001011100010 | e5fa89eba792e2 |
EUC-JP | 褝雅ァ停 | 1110101011111100101100101110110110001110101001111100010011100100 | eafcb2ed8ea7c4e4 |
UTF-8 | 褝雅ァ停 | 111010001010010010011101111010011001101110000101111011111011110110100111111001011000000110011100 | e8a49de99b85efbda7e5819c |
UHC | ?雅?停 | 001111111110010010111010001111111110111111001110 | 3fe4ba3fefce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)