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 | ?@??? | 0011111101000000001111110011111100111111 | 3f403f3f3f |
SJIS-WIN | ?@??? | 0011111101000000001111110011111100111111 | 3f403f3f3f |
EUC-JP | ?@??? | 0011111101000000001111110011111100111111 | 3f403f3f3f |
UTF-8 | 혪@혩쨀혩 | 11101101100110001010101001000000111011011001100010101001111011001010100010000000111011011001100010101001 | ed98aa40ed98a9eca880ed98a9 |
UHC | 혪@혩쨀혩 | 110000101001001001000000110000101001000111000010101100111100001010010001 | c29240c291c2b3c291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)