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 | 筌??伊?? | 1110001010100011001111110011111110001000110010010011111100111111 | e2a33f3f88c93f3f |
| EUC-JP | 筌??伊?? | 1110010010100101001111110011111110110000110010110011111100111111 | e4a53f3fb0cb3f3f |
| UTF-8 | 筌꺿뮪伊욆땼 | 111001111010110110001100111010101011101010111111111010111010111010101010111001001011110010001010111011001001101010000110111010111001010110111100 | e7ad8ceababfebaeaae4bc8aec9a86eb95bc |
| UHC | 筌꺿뮪伊욆땼 | 111011111010011110000011111000101001001010110100111011001010010110011110111010001000101110010010 | efa783e292b4eca59ee88b92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)