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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?東盂陀 | 00111111100100111000110011100001101100011001000111001001 | 3f938ce1b191c9 |
EUC-JP | ?東盂陀 | 00111111110001011110110011100010101100111100001011001011 | 3fc5ece2b3c2cb |
UTF-8 | 뤯東盂陀 | 111010111010010010101111111001101001110110110001111001111001101110000010111010011001100110000000 | eba4afe69db1e79b82e99980 |
UHC | 뤯東盂陀 | 1000111111011101110101001101010011101001110111011111011011101101 | 8fddd4d4e9ddf6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)