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 | 鈔蛾賢 | 111001111110001010001001111010011000110010101011 | e7e289e98cab |
EUC-JP | 鈔蛾賢 | 111011101110010010110010111010111011100010101101 | eee4b2ebb8ad |
UTF-8 | 鈔蛾賢 | 111010011000100010010100111010001001101110111110111010001011001110100010 | e98894e89bbee8b3a2 |
UHC | ?蛾賢 | 0011111111100100101101101111101011100111 | 3fe4b6fae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)