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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ネ篳秧 | 1100100011100010110010001110001001011110 | c8e2c8e25e |
EUC-JP | ネ篳秧 | 100011101100100011100100110010101110001110111111 | 8ec8e4cae3bf |
UTF-8 | ネ篳秧 | 111011111011111010001000111001111010111110110011111001111010011110100111 | efbe88e7afb3e7a7a7 |
UHC | ??秧 | 00111111001111111110010011101011 | 3f3fe4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)