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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ニ骼ウ軸 | 1111000010101111110001101110100110001110101100111000111010110010 | f0afc6e98eb38eb2 |
EUC-JP | ?ニ骼ウ軸 | 001111111000111011000110111100011110111010001110101100111011110010110100 | 3f8ec6f1ee8eb3bcb4 |
UTF-8 | ニ骼ウ軸 | 111011101000000110101110111011111011111010000110111010011010101010111100111011111011110110110011111010001011101110111000 | ee81aeefbe86e9aabcefbdb3e8bbb8 |
UHC | ????軸 | 001111110011111100111111001111111111010111101110 | 3f3f3f3ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)