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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
| SJIS-WIN | 泯?[泯?[^ | 100111111010000100111111010110111001111110100001001111110101101101011110 | 9fa13f5b9fa13f5b5e |
| EUC-JP | 泯?[泯?[^ | 110111101010001100111111010110111101111010100011001111110101101101011110 | dea33f5bdea33f5b5e |
| UTF-8 | 泯좼[泯좼[^ | 111001101011001110101111111011001010001010111100010110111110011010110011101011111110110010100010101111000101101101011110 | e6b3afeca2bc5be6b3afeca2bc5b5e |
| UHC | 泯좼[泯좼[^ | 1101101011000110110000011100100101011011110110101100011011000001110010010101101101011110 | dac6c1c95bdac6c1c95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)