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 | 源??? | 1000110010111001001111110011111100111111 | 8cb93f3f3f |
EUC-JP | 源??? | 1011100010111011001111110011111100111111 | b8bb3f3f3f |
UTF-8 | 源띔렜터 | 111001101011101010010000111010111001110110010100111010111010000010011100111011011000010010110000 | e6ba90eb9d94eba09ced84b0 |
UHC | 源띔렜터 | 1110101010111001101101101110101010001110101011101100010111001101 | eab9b6ea8eaec5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)