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 | ?_D?_D^ | 00111111010111110100010000111111010111110100010001011110 | 3f5f443f5f445e |
SJIS-WIN | ?_D?_D^ | 00111111010111110100010000111111010111110100010001011110 | 3f5f443f5f445e |
EUC-JP | ?_D?_D^ | 00111111010111110100010000111111010111110100010001011110 | 3f5f443f5f445e |
UTF-8 | 혱_D혱_D^ | 1110110110011000101100010101111101000100111011011001100010110001010111110100010001011110 | ed98b15f44ed98b15f445e |
UHC | 혱_D혱_D^ | 110000101001100001011111010001001100001010011000010111110100010001011110 | c2985f44c2985f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)