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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蟒戈蟒珞^ | 111001011011101110011100111101111110010110111011111000001110001001011110 | e5bb9cf7e5bbe0e25e |
EUC-JP | 蟒戈蟒珞^ | 111010101011110111011000111110011110101010111101111000001110010001011110 | eabdd8f9eabde0e45e |
UTF-8 | 蟒戈蟒珞^ | 11101000100111111001001011100110100010001000100011101000100111111001001011100111100011111001111001011110 | e89f92e68888e89f92e78f9e5e |
UHC | ?戈?珞^ | 00111111110011011111110000111111110101011010100001011110 | 3fcdfc3fd5a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)