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 | û¨è¿ | 111110111001111010101000111010001001001010111111 | fb9ea8e892bf |
SJIS-WIN | ??¨??? | 00111111001111111000000101001110001111110011111100111111 | 3f3f814e3f3f3f |
EUC-JP | û?¨è?¿ | 10001111101010111110010100111111101000011010111110001111101010111011001000111111100011111010001011000100 | 8fabe53fa1af8fabb23f8fa2c4 |
UTF-8 | û¨è¿ | 110000111011101111000010100111101100001010101000110000111010100011000010100100101100001010111111 | c3bbc29ec2a8c3a8c292c2bf |
UHC | ??¨??¿ | 0011111100111111101000011010011100111111001111111010001010101111 | 3f3fa1a73f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)