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 | ùý¯Ð¿É | 1111100111111101100011101010111110001110110100001011111111001001 | f9fd8eaf8ed0bfc9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ùý?¯??¿É | 100011111010101111100011100011111010101111110010001111111000111110100010101101000011111100111111100011111010001011000100100011111010101010110001 | 8fabe38fabf23f8fa2b43f3f8fa2c48faab1 |
UTF-8 | ùý¯Ð¿É | 11000011101110011100001110111101110000101000111011000010101011111100001010001110110000111001000011000010101111111100001110001001 | c3b9c3bdc28ec2afc28ec390c2bfc389 |
UHC | ?????п? | 00111111001111110011111100111111001111111010100010100010101000101010111100111111 | 3f3f3f3f3fa8a2a2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)