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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?罌嬖?罌 | 0011111111100011101000001001101101101001001111111110001110100000 | 3fe3a09b693fe3a0 |
EUC-JP | ?罌嬖?罌 | 0011111111100110101000101101010111001010001111111110011010100010 | 3fe6a2d5ca3fe6a2 |
UTF-8 | 룵罌嬖룵罌 | 111010111010001110110101111001111011110110001100111001011010110010010110111010111010001110110101111001111011110110001100 | eba3b5e7bd8ce5ac96eba3b5e7bd8c |
UHC | 룵罌嬖룵罌 | 10001111101010101110010110100010111110001100011010001111101010101110010110100010 | 8faae5a2f8c68faae5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)