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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ネ骼キ | 111100001111000011001000111010011000111010110111 | f0f0c8e98eb7 |
EUC-JP | ?ネ骼キ | 00111111100011101100100011110001111011101000111010110111 | 3f8ec8f1ee8eb7 |
UTF-8 | ネ骼キ | 111011101000001010101111111011111011111010001000111010011010101010111100111011111011110110110111 | ee82afefbe88e9aabcefbdb7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)