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 | 鉎自紗コ鉸カ | 11111011110001111000111010101001100011101101000110111010111110111100111010110110 | fbc78ea98ed1bafbceb6 |
| EUC-JP | 鉎自紗コ鉸カ | 1000111111100011110111111011110010101011101111001101001110001110101110101000111111100011111100101000111010110110 | 8fe3dfbcabbcd38eba8fe3f28eb6 |
| UTF-8 | 鉎自紗コ鉸カ | 111010011000100110001110111010001000011110101010111001111011010010010111111011111011110110111010111010011000100110111000111011111011110110110110 | e9898ee887aae7b497efbdbae989b8efbdb6 |
| UHC | ?自紗??? | 0011111111101101101110111101111011101001001111110011111100111111 | 3fedbbdee93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)