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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 雄?? | 10010111010110010011111100111111 | 97593f3f |
| EUC-JP | 雄?? | 11001101101110100011111100111111 | cdba3f3f |
| UTF-8 | 雄펩률 | 111010011001101110000100111011011000111010101001111010111010010110100000 | e99b84ed8ea9eba5a0 |
| UHC | 雄펩률 | 111010101010100111000110111010011011011111111100 | eaa9c6e9b7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)