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 | òÀûÞªµ | 111100101100000011111011110111101010101010110101 | f2c0fbdeaab5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | òÀûÞª? | 10001111101010111101001010001111101010101010001010001111101010111110010110001111101010011011000010001111101000101110110000111111 | 8fabd28faaa28fabe58fa9b08fa2ec3f |
UTF-8 | òÀûÞªµ | 110000111011001011000011100000001100001110111011110000111001111011000010101010101100001010110101 | c3b2c380c3bbc39ec2aac2b5 |
UHC | ???Þª? | 0011111100111111001111111010100010101101101010001010001100111111 | 3f3f3fa8ada8a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)