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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??躍 | 00111111001111111001011011110100 | 3f3f96f4 |
EUC-JP | ??躍 | 00111111001111111100110011110110 | 3f3fccf6 |
UTF-8 | 璉롐躍 | 111011111010011010010100111010111010000110010000111010001011101010001101 | efa694eba190e8ba8d |
UHC | 璉롐躍 | 111001101101100110001110110101101110010110111000 | e6d98ed6e5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)