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 | 程??? | 1001001011110110001111110011111100111111 | 92f63f3f3f |
EUC-JP | 程??? | 1100010011111000001111110011111100111111 | c4f83f3f3f |
UTF-8 | 程렣뤋퀚 | 111001111010100010001011111010111010000010100011111010111010010010001011111011011000000010011010 | e7a88beba0a3eba48bed809a |
UHC | 程렣뤋퀚 | 1110111111101111100011101011010010001111101110111011001110001110 | efef8eb48fbbb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)