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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 險剃シ懶ス | 1110100010101000100100101110010010111100100111001110111110111101 | e8a892e4bc9cefbd |
| EUC-JP | 險剃シ懶ス | 11110000101010101100010011100110100011101011110011011000111100011000111010111101 | f0aac4e68ebcd8f18ebd |
| UTF-8 | 險剃シ懶ス | 111010011001101010101010111001011000100110000011111011111011110110111100111001101000011110110110111011111011110110111101 | e99aaae58983efbdbce687b6efbdbd |
| UHC | 險剃?懶? | 1111101011001111111101001110111100111111110101001111101100111111 | facff4ef3fd4fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)