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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 巽但形穗 | 1001001001000110100100100100000110001100011000001110001001101110 | 924692418c60e26e |
| EUC-JP | 巽但形穗 | 1100001110100111110000111010001010110111110000011110001111001111 | c3a7c3a2b7c1e3cf |
| UTF-8 | 巽但形穗 | 111001011011011110111101111001001011110110000110111001011011110110100010111001111010100110010111 | e5b7bde4bd86e5bda2e7a997 |
| UHC | 巽但形穗 | 1110000111011110110100111010001111111011101000011110001010110100 | e1ded3a3fba1e2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)