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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ネソ磁鵰 | 11110000111100001100100011110001100011101011111110001110101001011111110001000111 | f0f0c8f18ebf8ea5fc47 |
EUC-JP | ?ネ?ソ磁鵰 | 0011111110001110110010000011111110001110101111111011110010100111100011111110101111111011 | 3f8ec83f8ebfbca78febfb |
UTF-8 | ネソ磁鵰 | 111011101000001010101111111011111011111010001000111011101000010010001001111011111011110110111111111001111010001110000001111010011011010110110000 | ee82afefbe88ee8489efbdbfe7a381e9b5b0 |
UHC | ????磁? | 00111111001111110011111100111111111011011011100000111111 | 3f3f3f3fedb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)