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 | 牋犹矗 | 111000001010111011100000101110011110000111011110 | e0aee0b9e1de |
EUC-JP | 牋犹矗 | 111000001011000011100000101110111110001011100000 | e0b0e0bbe2e0 |
UTF-8 | 牋犹矗 | 111001111000100110001011111001111000101010111001111001111001111110010111 | e7898be78ab9e79f97 |
UHC | ??矗 | 00111111001111111111010110111000 | 3f3ff5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)