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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ??民???F | 0011111100111111100101101010111100111111001111110011111101000110 | 3f3f96af3f3f3f46 |
EUC-JP | ??民???F | 0011111100111111110011001011000100111111001111110011111101000110 | 3f3fccb13f3f3f46 |
UTF-8 | 렺씽民걜셍렜F | 11101011101000001011101011101100100101001011110111100110101100001001000111101010101100011001110011101100100001011000110111101011101000001001110001000110 | eba0baec94bde6b091eab19cec858deba09c46 |
UHC | 렺씽民걜셍렜F | 10001110110000101011111011000101110110101100010110110000110001001011110011000100100011101010111001000110 | 8ec2bec5dac5b0c4bcc48eae46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)