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 | 蘖??蜈?. | 100111110101000000111111001111111110010110000101001111111000000101000100 | 9f503f3fe5853f8144 |
| EUC-JP | 蘖??蜈?. | 110111011011000100111111001111111110100111100101001111111010000110100101 | ddb13f3fe9e53fa1a5 |
| UTF-8 | 蘖붾튉蜈꾣. | 111010001001100010010110111010111011011010111110111011011000101010001001111010001001110010001000111010101011111010100011111011111011110010001110 | e89896ebb6beed8a89e89c88eabea3efbc8e |
| UHC | 蘖붾튉蜈꾣. | 111001011110111010010100111010111011100110011101111010001010010110000100111001101010001110101110 | e5ee94ebb99de8a584e6a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)