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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 韜暮岫 | 111010001110100110010101111010011001101110101011 | e8e995e99bab |
EUC-JP | 韜暮岫 | 111100001110101111001010111010111101011010101101 | f0ebcaebd6ad |
UTF-8 | 韜暮岫 | 111010011001111110011100111001101001101010101110111001011011001010101011 | e99f9ce69aaee5b2ab |
UHC | 韜暮岫 | 110101001011011111011001101110101110000111111011 | d4b7d9bae1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)