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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 駿矯??? | 10001111011110001000101110111000001111110011111100111111 | 8f788bb83f3f3f |
| EUC-JP | 駿矯??? | 10111101110110011011011010111010001111110011111100111111 | bdd9b6ba3f3f3f |
| UTF-8 | 駿矯렮폄썅 | 111010011010011110111111111001111001111110101111111010111010000010101110111011011000111110000100111011001000110110000101 | e9a7bfe79fafeba0aeed8f84ec8d85 |
| UHC | 駿矯렮폄썅 | 11110001111001111100111011101100100011101011101111000110111011111011110111100000 | f1e7ceec8ebbc6efbde0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)