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 | 鳥峯? | 1001001010111001100101011111010100111111 | 92b995f53f |
EUC-JP | 鳥峯? | 1100010010111011110010101111011100111111 | c4bbcaf73f |
UTF-8 | 鳥峯렫 | 111010011011001110100101111001011011001110101111111010111010000010101011 | e9b3a5e5b3afeba0ab |
UHC | 鳥峯렫 | 111100001110100011011100111001111000111010111001 | f0e8dce78eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)