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 | 耀??揖х? | 100101110111001100111111001111111001011101001011100001001000011100111111 | 97733f3f974b84873f |
EUC-JP | 耀??揖хł | 1100110111010100001111110011111111001101101011001010011111100111100011111010100111001000 | cdd43f3fcdaca7e78fa9c8 |
UTF-8 | 耀믠뫅揖хł | 11101000100000001000000011101011101011111010000011101011101010111000010111100110100011111001011011010001100001011100010110000010 | e88080ebafa0ebab85e68f96d185c582 |
UHC | 耀믠뫅揖хł | 111010011010010110010010111000101001000110101000111010111110011110101100111001111010100110101001 | e9a592e291a8ebe7ace7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)