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û¿ | 11111011101111111000111010111100011010001111101110111111 | fbbf8ebc68fbbf |
SJIS-WIN | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
EUC-JP | û¿??hû¿ | 100011111010101111100101100011111010001011000100001111110011111101101000100011111010101111100101100011111010001011000100 | 8fabe58fa2c43f3f688fabe58fa2c4 |
UTF-8 | û¿¼hû¿ | 11000011101110111100001010111111110000101000111011000010101111000110100011000011101110111100001010111111 | c3bbc2bfc28ec2bc68c3bbc2bf |
UHC | ?¿?¼h?¿ | 00111111101000101010111100111111101010001111100101101000001111111010001010101111 | 3fa2af3fa8f9683fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)