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 | ?G?@?K??B | 001111110100011100111111010000000011111101001011001111110011111101000010 | 3f473f403f4b3f3f42 |
SJIS-WIN | ?G?@?K??B | 001111110100011100111111010000000011111101001011001111110011111101000010 | 3f473f403f4b3f3f42 |
EUC-JP | ?G?@?K??B | 001111110100011100111111010000000011111101001011001111110011111101000010 | 3f473f403f4b3f3f42 |
UTF-8 | 혪G혪@혪K혩짹B | 11101101100110001010101001000111111011011001100010101010010000001110110110011000101010100100101111101101100110001010100111101100101001111011100101000010 | ed98aa47ed98aa40ed98aa4bed98a9eca7b942 |
UHC | 혪G혪@혪K혩짹B | 1100001010010010010001111100001010010010010000001100001010010010010010111100001010010001110000101011000101000010 | c29247c29240c2924bc291c2b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)