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 | ûТãè | 111110111101000010001110101000101110001111101000 | fbd08ea2e3e8 |
SJIS-WIN | ???¢?? | 00111111001111110011111110000001100100010011111100111111 | 3f3f3f81913f3f |
EUC-JP | û??¢ãè | 10001111101010111110010100111111001111111010000111110001100011111010101110101010100011111010101110110010 | 8fabe53f3fa1f18fabaa8fabb2 |
UTF-8 | ûТãè | 110000111011101111000011100100001100001010001110110000101010001011000011101000111100001110101000 | c3bbc390c28ec2a2c3a3c3a8 |
UHC | ?Ð???? | 00111111101010001010001000111111001111110011111100111111 | 3fa8a23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)