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 | 源재짼熉 | 111001101011101010010000111011001001111010101100111011001010011110111100111001111000011010001001 | e6ba90ec9eaceca7bce78689 |
UHC | 源재짼熉 | 1110101010111001110000001110011111000010101100101110100111111011 | eab9c0e7c2b2e9fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)