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 | ?罌嬖 | 0011111111100011101000001001101101101001 | 3fe3a09b69 |
EUC-JP | ?罌嬖 | 0011111111100110101000101101010111001010 | 3fe6a2d5ca |
UTF-8 | 룵罌嬖 | 111010111010001110110101111001111011110110001100111001011010110010010110 | eba3b5e7bd8ce5ac96 |
UHC | 룵罌嬖 | 100011111010101011100101101000101111100011000110 | 8faae5a2f8c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)