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 | 躍???役 | 10010110111101000011111100111111001111111001011011110000 | 96f43f3f3f96f0 |
EUC-JP | 躍???役 | 11001100111101100011111100111111001111111100110011110010 | ccf63f3f3fccf2 |
UTF-8 | 躍널듭끽役 | 111010001011101010001101111010111000010010010000111010111001001110101101111010111000000110111101111001011011110110111001 | e8ba8deb8490eb93adeb81bde5bdb9 |
UHC | 躍널듭끽役 | 11100101101110001011001111001110101101011110110010110011101000111110011010110101 | e5b8b3ceb5ecb3a3e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)