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 | 傲??曜? | 10011000111111000011111100111111100101110110101000111111 | 98fc3f3f976a3f |
EUC-JP | 傲??曜? | 11010000111111100011111100111111110011011100101100111111 | d0fe3f3fcdcb3f |
UTF-8 | 傲됵쉿曜띴 | 111001011000001010110010111010111001000010110101111011001000100110111111111001101001101110011100111010111001110110110100 | e582b2eb90b5ec89bfe69b9ceb9db4 |
UHC | 傲됵쉿曜띴 | 11100111111011001000100111101111101111011011001011101000111110001000110111100100 | e7ec89efbdb2e8f88de4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)