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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀??揖ユ? | 111001111011000100111111001111111001011101001011100000111000011000111111 | e7b13f3f974b83863f |
EUC-JP | 邀??揖ユ? | 111011101011001100111111001111111100110110101100101001011110011000111111 | eeb33f3fcdaca5e63f |
UTF-8 | 邀싳쥙揖ユ룚 | 111010011000001010000000111011001000101110110011111011001010010110011001111001101000111110010110111000111000001110100110111010111010001110011010 | e98280ec8bb3eca599e68f96e383a6eba39a |
UHC | 邀싳쥙揖ユ룚 | 111010011010110110011010111011001010001010001110111010111110011110101011111001101000111110010110 | e9ad9aeca28eebe7abe68f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)