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 | ネ鬢ッ | 1111000011100001110010001110100110100100101011111111000011000000 | f0e1c8e9a4aff0c0 |
EUC-JP | ?ネ鬢ッ? | 0011111110001110110010001111001010100110100011101010111100111111 | 3f8ec8f2a68eaf3f |
UTF-8 | ネ鬢ッ | 111011101000001010100000111011111011111010001000111010011010110010100010111011111011110110101111111011101000000110111111 | ee82a0efbe88e9aca2efbdafee81bf |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)