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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 瀅咒豆^ | 11111011010011101001100111101110100100111010010001011110 | fb4e99ee93a45e |
EUC-JP | 瀅咒豆^ | 1000111111001001101010111101001011110000110001101010011001011110 | 8fc9abd2f0c6a65e |
UTF-8 | 瀅咒豆^ | 11100111100000001000010111100101100100101001001011101000101100011000011001011110 | e78085e59292e8b1865e |
UHC | 瀅?豆^ | 111110111010010000111111110101001110011101011110 | fba43fd4e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)