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 | 奧??宥? | 10011010111110100011111100111111100101110100011100111111 | 9afa3f3f97473f |
EUC-JP | 奧??宥? | 11010100111111000011111100111111110011011010100000111111 | d4fc3f3fcda83f |
UTF-8 | 奧숇톩宥좦 | 111001011010010110100111111011001000100010000111111011011000011010101001111001011010111010100101111011001010001010100110 | e5a5a7ec8887ed86a9e5aea5eca2a6 |
UHC | 奧숇톩宥좦 | 11100111111100111001100111101011101101111000000111101010111010011010000101000010 | e7f399ebb781eae9a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)