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 | òè¿Éòè | 1111001011101000100011101011111110001110110010011111001011101000 | f2e88ebf8ec9f2e8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | òè?¿?Éòè | 1000111110101011110100101000111110101011101100100011111110001111101000101100010000111111100011111010101010110001100011111010101111010010100011111010101110110010 | 8fabd28fabb23f8fa2c43f8faab18fabd28fabb2 |
UTF-8 | òè¿Éòè | 11000011101100101100001110101000110000101000111011000010101111111100001010001110110000111000100111000011101100101100001110101000 | c3b2c3a8c28ec2bfc28ec389c3b2c3a8 |
UHC | ???¿???? | 001111110011111100111111101000101010111100111111001111110011111100111111 | 3f3f3fa2af3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)