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 | éò«ú³¼^ | 111010011111001010001110101010111111101010110011100011101011110001011110 | e9f28eabfab38ebc5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | éò??ú???^ | 100011111010101110110001100011111010101111010010001111110011111110001111101010111110001000111111001111110011111101011110 | 8fabb18fabd23f3f8fabe23f3f3f5e |
UTF-8 | éò«ú³¼^ | 1100001110101001110000111011001011000010100011101100001010101011110000111011101011000010101100111100001010001110110000101011110001011110 | c3a9c3b2c28ec2abc3bac2b3c28ec2bc5e |
UHC | ?????³?¼^ | 0011111100111111001111110011111100111111101010011111100000111111101010001111100101011110 | 3f3f3f3f3fa9f83fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)