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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遶コ謐ィ葹イ | 111001111010101110111010111001101000110110101000111001001101111110110010 | e7abbae68da8e4dfb2 |
EUC-JP | 遶コ謐ィ葹イ | 111011101010110110001110101110101110101111101101100011101010100011101000111000011000111010110010 | eead8ebaebed8ea8e8e18eb2 |
UTF-8 | 遶コ謐ィ葹イ | 111010011000000110110110111011111011110110111010111010001010110010010000111011111011110110101000111010001001000110111001111011111011110110110010 | e981b6efbdbae8ac90efbda8e891b9efbdb2 |
UHC | ??謐??? | 00111111001111111101101011001101001111110011111100111111 | 3f3fdacd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)