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 | ÂÕ´\ | 1000111011000010110101011011010001011100 | 8ec2d5b45c |
SJIS-WIN | ???´\ | 001111110011111100111111100000010100110001011100 | 3f3f3f814c5c |
EUC-JP | ?ÂÕ´\ | 00111111100011111010101010100100100011111010101011011000101000011010110101011100 | 3f8faaa48faad8a1ad5c |
UTF-8 | ÂÕ´\ | 110000101000111011000011100000101100001110010101110000101011010001011100 | c28ec382c395c2b45c |
UHC | ???´\ | 001111110011111100111111101000101010010101011100 | 3f3f3fa2a55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)