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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 飮??飮??^ | 100111110101101000111111001111111001111101011010001111110011111101011110 | 9f5a3f3f9f5a3f3f5e |
EUC-JP | 飮??飮??^ | 110111011011101100111111001111111101110110111011001111110011111101011110 | ddbb3f3fddbb3f3f5e |
UTF-8 | 飮룟콗飮룟콗^ | 11101001101000111010111011101011101000111001111111101100101111011001011111101001101000111010111011101011101000111001111111101100101111011001011101011110 | e9a3aeeba39fecbd97e9a3aeeba39fecbd975e |
UHC | 飮룟콗飮룟콗^ | 11101011111001101011011111100101101100011001000111101011111001101011011111100101101100011001000101011110 | ebe6b7e5b191ebe6b7e5b1915e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)