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 | û©±ûÒ³ | 1111101110101001100011101011000111111011110100101000111010110011 | fba98eb1fbd28eb3 |
SJIS-WIN | ???±???? | 001111110011111100111111100000010111110100111111001111110011111100111111 | 3f3f3f817d3f3f3f3f |
EUC-JP | û©?±ûÒ?? | 1000111110101011111001011000111110100010111011010011111110100001110111101000111110101011111001011000111110101010110100100011111100111111 | 8fabe58fa2ed3fa1de8fabe58faad23f3f |
UTF-8 | û©±ûÒ³ | 11000011101110111100001010101001110000101000111011000010101100011100001110111011110000111001001011000010100011101100001010110011 | c3bbc2a9c28ec2b1c3bbc392c28ec2b3 |
UHC | ???±???³ | 00111111001111110011111110100001101111100011111100111111001111111010100111111000 | 3f3f3fa1be3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)