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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????櫛 | 001111110011111100111111001111111000101111111001 | 3f3f3f3f8bf9 |
EUC-JP | ????櫛 | 001111110011111100111111001111111011011011111011 | 3f3f3f3fb6fb |
UTF-8 | 씔롗롁뤵櫛 | 111011001001010010010100111010111010000110010111111010111010000110000001111010111010010010110101111001101010101110011011 | ec9494eba197eba181eba4b5e6ab9b |
UHC | 씔롗롁뤵櫛 | 10111110101111001000111011011011100011101100100010001111111000111111000111101110 | bebc8edb8ec88fe3f1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)