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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 隴ォ譎√<^ | 11101000101011011010101111100110100110011000000111100011100000011000001101011110 | e8adabe69981e381835e |
EUC-JP | 隴ォ譎√<^ | 1111000010101111100011101010101111101011111110011010001011100101101000011110001101011110 | f0af8eabebf9a2e5a1e35e |
UTF-8 | 隴ォ譎√<^ | 11101001100110101011010011101111101111011010101111101000101011011000111011100010100010001001101011101111101111001001110001011110 | e99ab4efbdabe8ad8ee2889aefbc9c5e |
UHC | ??譎√<^ | 001111110011111111111101110100101010000111101110101000111011110001011110 | 3f3ffdd2a1eea3bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)