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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 曜??梧? | 10010111011010100011111100111111100011001110011000111111 | 976a3f3f8ce63f |
EUC-JP | 曜??梧? | 11001101110010110011111100111111101110001110100000111111 | cdcb3f3fb8e83f |
UTF-8 | 曜뀐숴梧€ | 111001101001101110011100111010111000000010010000111011001000100010110100111001101010001010100111111000101000001010101100 | e69b9ceb8090ec88b4e6a2a7e282ac |
UHC | 曜뀐숴梧€ | 11101000111110001011001011101111101111011010010011100111111111001010001011100110 | e8f8b2efbda4e7fca2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)