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 | 際???? | 100011011101101100111111001111110011111100111111 | 8ddb3f3f3f3f |
EUC-JP | 際?嫄?? | 1011101011011101001111111000111110111010101000010011111100111111 | badd3f8fbaa13f3f |
UTF-8 | 際렢嫄ㅷ렚 | 111010011001101010011011111010111010000010100010111001011010101110000100111000111000010110110111111010111010000010011010 | e99a9beba0a2e5ab84e385b7eba09a |
UHC | 際렢嫄ㅷ렚 | 11110000101101111000111010110011111010101011000110100100111001111000111010101101 | f0b78eb3eab1a4e78ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)