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 | ?@?X?E~ | 00111111010000000011111101011000001111110100010101111110 | 3f403f583f457e |
SJIS-WIN | ?@?X?E~ | 00111111010000000011111101011000001111110100010101111110 | 3f403f583f457e |
EUC-JP | ?@?X?E~ | 00111111010000000011111101011000001111110100010101111110 | 3f403f583f457e |
UTF-8 | 혪@혪X혪E~ | 11101101100110001010101001000000111011011001100010101010010110001110110110011000101010100100010101111110 | ed98aa40ed98aa58ed98aa457e |
UHC | 혪@혪X혪E~ | 11000010100100100100000011000010100100100101100011000010100100100100010101111110 | c29240c29258c292457e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)