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 | ?@?K?A?F | 0011111101000000001111110100101100111111010000010011111101000110 | 3f403f4b3f413f46 |
SJIS-WIN | ?@?K?A?F | 0011111101000000001111110100101100111111010000010011111101000110 | 3f403f4b3f413f46 |
EUC-JP | ?@?K?A?F | 0011111101000000001111110100101100111111010000010011111101000110 | 3f403f4b3f413f46 |
UTF-8 | 혪@혪K혪A혪F | 11101101100110001010101001000000111011011001100010101010010010111110110110011000101010100100000111101101100110001010101001000110 | ed98aa40ed98aa4bed98aa41ed98aa46 |
UHC | 혪@혪K혪A혪F | 110000101001001001000000110000101001001001001011110000101001001001000001110000101001001001000110 | c29240c2924bc29241c29246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)