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 | 逾夂太 | 111001111010010110011010111001111001000110111110 | e7a59ae791be |
EUC-JP | 逾夂太 | 111011101010011111010100111010011100001011000000 | eea7d4e9c2c0 |
UTF-8 | 逾夂太 | 111010011000000010111110111001011010010010000010111001011010010010101010 | e980bee5a482e5a4aa |
UHC | 逾?太 | 1110101110110101001111111111011110111100 | ebb53ff7bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)