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 | 悉樵ィ | 10001110101110111111001011100010100011111011111110101000 | 8ebbf2e28fbfa8 |
EUC-JP | 悉?樵ィ | 10111100101111010011111110111110110000011000111010101000 | bcbd3fbec18ea8 |
UTF-8 | 悉樵ィ | 111001101000001010001001111011101000100010011001111001101010100010110101111011111011110110101000 | e68289ee8899e6a8b5efbda8 |
UHC | 悉?樵? | 111000111111101000111111111101011010001100111111 | e3fa3ff5a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)