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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ????f?? | 0011111100111111001111110011111110000010100001100011111100111111 | 3f3f3f3f82863f3f |
| EUC-JP | ????f?? | 0011111100111111001111110011111110100011111001100011111100111111 | 3f3f3f3fa3e63f3f |
| UTF-8 | 捻뚮베履f칲麟 | 111011111010011010100100111010111001101010101110111010111011001010100000111011111010011110011111111011111011110110000110111011001011100110110010111011111010011110110011 | efa6a4eb9aaeebb2a0efa79fefbd86ecb9b2efa7b3 |
| UHC | 捻뚮베履f칲麟 | 1110011011110111100011001110101110111010101000111110110010101010101000111110011010101111100001011110110011101000 | e6f78cebbaa3ecaaa3e6af85ece8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)