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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遠校?? | 100010011001001110001101010110100011111100111111 | 89938d5a3f3f |
EUC-JP | 遠校?? | 101100011111001110111001101110110011111100111111 | b1f3b9bb3f3f |
UTF-8 | 遠校렗렭 | 111010011000000110100000111001101010000010100001111010111010000010010111111010111010000010101101 | e981a0e6a0a1eba097eba0ad |
UHC | 遠校렗렭 | 1110101011000000110011101110100010001110101011001000111010111010 | eac0cee88eac8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)