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 | 悌?源 | 1001001011101110001111111000110010111001 | 92ee3f8cb9 |
EUC-JP | 悌?源 | 1100010011110000001111111011100010111011 | c4f03fb8bb |
UTF-8 | 悌렩源 | 111001101000001010001100111010111010000010101001111001101011101010010000 | e6828ceba0a9e6ba90 |
UHC | 悌렩源 | 111100001010101010001110101101111110101010111001 | f0aa8eb7eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)