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 | 壯ξ? | 1001101011100001100000111100110000111111 | 9ae183cc3f |
EUC-JP | 壯ξ? | 1101010011100011101001101100111000111111 | d4e3a6ce3f |
UTF-8 | 壯ξ닊 | 1110010110100011101011111100111010111110111010111000101110001010 | e5a3afcebeeb8b8a |
UHC | 壯ξ닊 | 111011011110000010100101111011101000100010010001 | ede0a5ee8891 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)