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 | Â|³ | 110000101000111001111100110000101001110111000010101100111100001010010101 | c28e7cc29dc2b3c295 |
SJIS-WIN | ??|?????? | 001111110011111101111100001111110011111100111111001111110011111100111111 | 3f3f7c3f3f3f3f3f3f |
EUC-JP | Â?|Â?Â?Â? | 1000111110101010101001000011111101111100100011111010101010100100001111111000111110101010101001000011111110001111101010101010010000111111 | 8faaa43f7c8faaa43f8faaa43f8faaa43f |
UTF-8 | Â|³ | 1100001110000010110000101000111001111100110000111000001011000010100111011100001110000010110000101011001111000011100000101100001010010101 | c382c28e7cc382c29dc382c2b3c382c295 |
UHC | ??|???³?? | 00111111001111110111110000111111001111110011111110101001111110000011111100111111 | 3f3f7c3f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)