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 | ?GB?@?O | 00111111010001110100001000111111010000000011111101001111 | 3f47423f403f4f |
SJIS-WIN | ?GB?@?O | 00111111010001110100001000111111010000000011111101001111 | 3f47423f403f4f |
EUC-JP | ?GB?@?O | 00111111010001110100001000111111010000000011111101001111 | 3f47423f403f4f |
UTF-8 | 혪GB혪@혪O | 11101101100110001010101001000111010000101110110110011000101010100100000011101101100110001010101001001111 | ed98aa4742ed98aa40ed98aa4f |
UHC | 혪GB혪@혪O | 11000010100100100100011101000010110000101001001001000000110000101001001001001111 | c2924742c29240c2924f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)