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 | ??む | 00111111001111111000001011011110 | 3f3f82de |
EUC-JP | ??む | 00111111001111111010010011100000 | 3f3fa4e0 |
UTF-8 | 鏶뤳む | 111010011000111110110110111010111010010010110011111000111000001010000000 | e98fb6eba4b3e38280 |
UHC | 鏶뤳む | 111100111010000110001111111000011010101011100000 | f3a18fe1aae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)