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 | ûǽûH | 111110111100011110001110101111011111101101001000 | fbc78ebdfb48 |
SJIS-WIN | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
EUC-JP | ûÇ??ûH | 100011111010101111100101100011111010101010101110001111110011111110001111101010111110010101001000 | 8fabe58faaae3f3f8fabe548 |
UTF-8 | ûǽûH | 1100001110111011110000111000011111000010100011101100001010111101110000111011101101001000 | c3bbc387c28ec2bdc3bb48 |
UHC | ???½?H | 00111111001111110011111110101000111101100011111101001000 | 3f3f3fa8f63f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)