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 | ?@???@oB | 0011111101000000001111110011111100111111010000000110111101000010 | 3f403f3f3f406f42 |
SJIS-WIN | ?@???@oB | 0011111101000000001111110011111100111111010000000110111101000010 | 3f403f3f3f406f42 |
EUC-JP | ?@???@oB | 0011111101000000001111110011111100111111010000000110111101000010 | 3f403f3f3f406f42 |
UTF-8 | 혪@혩쨋혪@oB | 11101101100110001010101001000000111011011001100010101001111011001010100010001011111011011001100010101010010000000110111101000010 | ed98aa40ed98a9eca88bed98aa406f42 |
UHC | 혪@혩쨋혪@oB | 110000101001001001000000110000101001000111000010101101101100001010010010010000000110111101000010 | c29240c291c2b6c292406f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)