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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遶溯ゥウ | 111001111010101110011111111010001010100110110011 | e7ab9fe8a9b3 |
EUC-JP | 遶溯ゥウ | 1110111010101101110111101110101010001110101010011000111010110011 | eeaddeea8ea98eb3 |
UTF-8 | 遶溯ゥウ | 111010011000000110110110111001101011101010101111111011111011110110101001111011111011110110110011 | e981b6e6baafefbda9efbdb3 |
UHC | ?溯?? | 0011111111100001101111010011111100111111 | 3fe1bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)