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 | éñÉû» | 111010011111000110010000110010011111101110111011 | e9f190c9fbbb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | éñ?Éû? | 1000111110101011101100011000111110101011110100000011111110001111101010101011000110001111101010111110010100111111 | 8fabb18fabd03f8faab18fabe53f |
UTF-8 | éñÉû» | 110000111010100111000011101100011100001010010000110000111000100111000011101110111100001010111011 | c3a9c3b1c290c389c3bbc2bb |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)