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 | 鉎ホ寬キケー | 1111101111000111110011101111101010101010101101111011100110110000 | fbc7cefaaab7b9b0 |
| EUC-JP | 鉎ホ?キケー | 100011111110001111011111100011101100111000111111100011101011011110001110101110011000111010110000 | 8fe3df8ece3f8eb78eb98eb0 |
| UTF-8 | 鉎ホ寬キケー | 111010011000100110001110111011111011111010001110111001011010111110101100111011111011110110110111111011111011110110111001111011111011110110110000 | e9898eefbe8ee5afacefbdb7efbdb9efbdb0 |
| UHC | ??寬??? | 00111111001111111100111010110000001111110011111100111111 | 3f3fceb03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)