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 | 驍よュ遘、豺 | 1110100110000010100000101110011010000011100001011110011110100111101001001110011010110111 | e98282e68385e7a7a4e6b7 |
| EUC-JP | 驍よュ遘、豺 | 111100011110001010100100111010001010010111100101111011101010100110001110101001001110110010111001 | f1e2a4e8a5e5eea98ea4ecb9 |
| UTF-8 | 驍よュ遘、豺 | 111010011010100110001101111000111000001010001000111000111000001110100101111010011000000110011000111011111011110110100100111010001011000110111010 | e9a98de38288e383a5e98198efbda4e8b1ba |
| UHC | 驍よュ??豺 | 11111101101001001010101011101000101010111110010100111111001111111110001111001111 | fda4aae8abe53f3fe3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)