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 | ?祀f昻 | 00111111111000100100101010000010100001101111101011010000 | 3fe24a8286fad0 |
| EUC-JP | 邕祀f? | 1000111111100001111011011110001110101011101000111110011000111111 | 8fe1ede3aba3e63f |
| UTF-8 | 邕祀f昻 | 111010011000001010010101111001111010010110000000111011111011110110000110111001101001100010111011 | e98295e7a580efbd86e698bb |
| UHC | 邕祀f昻 | 1110100010111011110111101110010110100011111001101110010011101001 | e8bbdee5a3e6e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)