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 | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
SJIS-WIN | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
EUC-JP | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
UTF-8 | 좌압앵숩^F | 1110110010100010100011001110110010010101100101011110110010010101101101011110110010001000101010010101111001000110 | eca28cec9595ec95b5ec88a95e46 |
UHC | 좌압앵숩^F | 11000001110000101011111011010000101111101101111010111100111111000101111001000110 | c1c2bed0bedebcfc5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)