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 | ðû¨TB | 111100001111101110001110101010000101010001000010 | f0fb8ea85442 |
SJIS-WIN | ???¨TB | 00111111001111110011111110000001010011100101010001000010 | 3f3f3f814e5442 |
EUC-JP | ðû?¨TB | 1000111110101001110000111000111110101011111001010011111110100001101011110101010001000010 | 8fa9c38fabe53fa1af5442 |
UTF-8 | ðû¨TB | 11000011101100001100001110111011110000101000111011000010101010000101010001000010 | c3b0c3bbc28ec2a85442 |
UHC | ð??¨TB | 1010100110100011001111110011111110100001101001110101010001000010 | a9a33f3fa1a75442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)