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 | ûòç | 1111101110001111100101011111001010000010100001111110011110000011 | fb8f95f28287e783 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | û??ò??ç? | 1000111110101011111001010011111100111111100011111010101111010010001111110011111110001111101010111010111000111111 | 8fabe53f3f8fabd23f3f8fabae3f |
UTF-8 | ûòç | 11000011101110111100001010001111110000101001010111000011101100101100001010000010110000101000011111000011101001111100001010000011 | c3bbc28fc295c3b2c282c287c3a7c283 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)