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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 逅拜i逅拜iB | 1110011110010000100111010110000001101001111001111001000010011101011000000110100101000010 | e7909d6069e7909d606942 |
EUC-JP | 逅拜i逅拜iB | 1110110111110000110110011100000101101001111011011111000011011001110000010110100101000010 | edf0d9c169edf0d9c16942 |
UTF-8 | 逅拜i逅拜iB | 111010011000000010000101111001101000101110011100011010011110100110000000100001011110011010001011100111000110100101000010 | e98085e68b9c69e98085e68b9c6942 |
UHC | 逅拜i逅拜iB | 1111110110110001110110111100100001101001111111011011000111011011110010000110100101000010 | fdb1dbc869fdb1dbc86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)