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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霎ソ菫怜ア枉 | 11101000101111101011111111100100101111111001011111100101101100011001111001011101 | e8bebfe4bf97e5b19e5d |
EUC-JP | 霎ソ菫怜ア枉 | 111100001100000010001110101111111110100011000001110011101110011110001110101100011101101110111110 | f0c08ebfe8c1cee78eb1dbbe |
UTF-8 | 霎ソ菫怜ア枉 | 111010011001110010001110111011111011110110111111111010001000111110101011111001101000000010011100111011111011110110110001111001101001111010001001 | e99c8eefbdbfe88fabe6809cefbdb1e69e89 |
UHC | ??菫怜?枉 | 001111110011111111010000110010111101011010111011001111111110100011011011 | 3f3fd0cbd6bb3fe8db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)