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 | 鼎??魚 | 100100110100001100111111001111111000101110011011 | 93433f3f8b9b |
EUC-JP | 鼎??魚 | 110001011010010000111111001111111011010111111011 | c5a43f3fb5fb |
UTF-8 | 鼎븀땀魚 | 111010011011110010001110111010111011100010000000111010111001010110000000111010011010110110011010 | e9bc8eebb880eb9580e9ad9a |
UHC | 鼎븀땀魚 | 1111000010100011101110101110011110110110101000011110010111100000 | f0a3bae7b6a1e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)