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 | 轤ュ蜊貞ー外 | 11100111100000101010110111100101100011011001001011100101101100001000101001001111 | e782ade58d92e5b08a4f |
| EUC-JP | 轤ュ蜊貞ー外 | 111011011110001010001110101011011110100111101101110001001110011110001110101100001011001110110000 | ede28eade9edc4e78eb0b3b0 |
| UTF-8 | 轤ュ蜊貞ー外 | 111010001011110110100100111011111011110110101101111010001001110010001010111010001011001010011110111011111011110110110000111001011010010010010110 | e8bda4efbdade89c8ae8b29eefbdb0e5a496 |
| UHC | ???貞?外 | 0011111100111111001111111110111111110110001111111110100011100010 | 3f3f3feff63fe8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)