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 | 鉙ー沆緖セ | 11111011110010001011000011111010111101111111001111101111111110111000111010111110 | fbc8b0faf7f3effb8ebe |
| EUC-JP | 鉙ー沆??セ | 100011111110001111100011100011101011000010001111110001101110101000111111001111111000111010111110 | 8fe3e38eb08fc6ea3f3f8ebe |
| UTF-8 | 鉙ー沆緖セ | 111010011000100110011001111011111011110110110000111001101011001010000110111011101000101110100010111001111011011110010110111011111011110110111110 | e98999efbdb0e6b286ee8ba2e7b796efbdbe |
| UHC | ??沆?緖? | 0011111100111111111110011111101000111111110111111111110100111111 | 3f3ff9fa3fdffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)