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 | ?????W@h | 0011111100111111001111110011111100111111010101110100000001101000 | 3f3f3f3f3f574068 |
SJIS-WIN | 鉐雅号ウW@h | 111001111110111110001001111010111000110110000110111110011111101110110011010101110100000001101000 | e7ef89eb8d86f9fbb3574068 |
EUC-JP | 鉐雅号?ウW@h | 111011101111000110110010111011011011100111100110001111111000111010110011010101110100000001101000 | eef1b2edb9e63f8eb3574068 |
UTF-8 | 鉐雅号ウW@h | 111010011000100110010000111010011001101110000101111001011000111110110111111011101001110110010110111011111011110110110011010101110100000001101000 | e98990e99b85e58fb7ee9d96efbdb3574068 |
UHC | ?雅???W@h | 001111111110010010111010001111110011111100111111010101110100000001101000 | 3fe4ba3f3f3f574068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)