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 | 遒焔・ | 111001111010001010001001100010111000000101000101 | e7a2898b8145 |
EUC-JP | 遒焔・ | 111011101010010010110001111010111010000110100110 | eea4b1eba1a6 |
UTF-8 | 遒焔・ | 111010011000000110010010111001111000010010010100111000111000001110111011 | e98192e78494e383bb |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)