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 | 膺刻終茲 | 1110010001011110100011011000111110001111010010011110010010100010 | e45e8d8f8f49e4a2 |
EUC-JP | 膺刻終茲 | 1110011110111111101110011110111110111101101010101110100010100100 | e7bfb9efbdaae8a4 |
UTF-8 | 膺刻終茲 | 111010001000011010111010111001011000100010111011111001111011010110000010111010001000110010110010 | e886bae588bbe7b582e88cb2 |
UHC | 膺刻終? | 11101011111011001100101010111110111100001111101100111111 | ebeccabef0fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)