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 | 牋犹矗獸 | 1110000010101110111000001011100111100001110111101110000011010111 | e0aee0b9e1dee0d7 |
EUC-JP | 牋犹矗獸 | 1110000010110000111000001011101111100010111000001110000011011001 | e0b0e0bbe2e0e0d9 |
UTF-8 | 牋犹矗獸 | 111001111000100110001011111001111000101010111001111001111001111110010111111001111000110110111000 | e7898be78ab9e79f97e78db8 |
UHC | ??矗獸 | 001111110011111111110101101110001110001010101110 | 3f3ff5b8e2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)