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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 繹??乙? | 11100011100010000011111100111111100010011011001100111111 | e3883f3f89b33f |
EUC-JP | 繹??乙? | 11100101111010000011111100111111101100101011010100111111 | e5e83f3fb2b53f |
UTF-8 | 繹먥뫗乙룩 | 111001111011100110111001111010111010100010100101111010111010101110010111111001001011100110011001111010111010001110101001 | e7b9b9eba8a5ebab97e4b999eba3a9 |
UHC | 繹먥뫗乙룩 | 11100110101110101001000011100010100100011011100111101011111000001011011111101000 | e6ba90e291b9ebe0b7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)