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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 姚??彦?? | 1001101101001100001111110011111110010101010001100011111100111111 | 9b4c3f3f95463f3f |
EUC-JP | 姚??彦?? | 1101010110101101001111110011111111001001101001110011111100111111 | d5ad3f3fc9a73f3f |
UTF-8 | 姚붶뻑彦얕뙯 | 111001011010011110011010111010111011011010110110111010111011101110010001111001011011110110100110111011001001011010010101111010111001100110101111 | e5a79aebb6b6ebbb91e5bda6ec9695eb99af |
UHC | 姚붶뻑彦얕뙯 | 111010001110111010010100111001001011101110110110111001011110100110111110111010001000110010110010 | e8ee94e4bbb6e5e9bee88cb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)