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 | û©²ûÒ« | 1111101110101001100011101011001011111011110100101000111010101011 | fba98eb2fbd28eab |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | û©??ûÒ?? | 10001111101010111110010110001111101000101110110100111111001111111000111110101011111001011000111110101010110100100011111100111111 | 8fabe58fa2ed3f3f8fabe58faad23f3f |
UTF-8 | û©²ûÒ« | 11000011101110111100001010101001110000101000111011000010101100101100001110111011110000111001001011000010100011101100001010101011 | c3bbc2a9c28ec2b2c3bbc392c28ec2ab |
UHC | ???²???? | 001111110011111100111111101010011111011100111111001111110011111100111111 | 3f3f3fa9f73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)