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 | ???伊?? | 00111111001111110011111110001000110010010011111100111111 | 3f3f3f88c93f3f |
| EUC-JP | ???伊?? | 00111111001111110011111110110000110010110011111100111111 | 3f3f3fb0cb3f3f |
| UTF-8 | 蓮우뮁伊쒏씭 | 111011111010011010011001111011001001101010110000111010111010111010000001111001001011110010001010111011001001001010001111111011001001010010101101 | efa699ec9ab0ebae81e4bc8aec928fec94ad |
| UHC | 蓮우뮁伊쒏씭 | 111001101110010110111111111011001001001010010000111011001010010110011100111001101001110110111110 | e6e5bfec9290eca59ce69dbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)