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 | 貉ソ迢主シ戎 | 11100110101110011011111111100111100010111000111011100101101111001000111101011110 | e6b9bfe78b8ee5bc8f5e |
EUC-JP | 貉ソ迢主シ戎 | 111011001011101110001110101111111110110111101011101111001110011110001110101111001011110110111111 | ecbb8ebfedebbce78ebcbdbf |
UTF-8 | 貉ソ迢主シ戎 | 111010001011001010001001111011111011110110111111111010001011111110100010111001001011100010111011111011111011110110111100111001101000100010001110 | e8b289efbdbfe8bfa2e4b8bbefbdbce6888e |
UHC | ???主?戎 | 0011111100111111001111111111000110101011001111111110101111010100 | 3f3f3ff1ab3febd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)