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 | ?u?uB | 0011111101110101001111110111010101000010 | 3f753f7542 |
| SJIS-WIN | 達u達uB | 10010010010000100111010110010010010000100111010101000010 | 92427592427542 |
| EUC-JP | 達u達uB | 11000011101000110111010111000011101000110111010101000010 | c3a375c3a37542 |
| UTF-8 | 達u達uB | 111010011000000110010100011101011110100110000001100101000111010101000010 | e9819475e981947542 |
| UHC | 達u達uB | 11010011101110010111010111010011101110010111010101000010 | d3b975d3b97542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)