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 | 諡倬ウカ | 111001101000101110011000111010011011001110110110 | e68b98e9b3b6 |
EUC-JP | 諡倬ウカ | 1110101111101011110100001110101110001110101100111000111010110110 | ebebd0eb8eb38eb6 |
UTF-8 | 諡倬ウカ | 111010001010101110100001111001011000000010101100111011111011110110110011111011111011110110110110 | e8aba1e580acefbdb3efbdb6 |
UHC | 諡倬?? | 111000111100110111110110111100000011111100111111 | e3cdf6f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)