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 | ç°Î¸ú | 11100111100001001011000011001110101110001111101010011110 | e784b0ceb8fa9e |
SJIS-WIN | ??°???? | 0011111100111111100000011000101100111111001111110011111100111111 | 3f3f818b3f3f3f3f |
EUC-JP | ç?°Î¸ú? | 10001111101010111010111000111111101000011110101110001111101010101100001010001111101000101011000110001111101010111110001000111111 | 8fabae3fa1eb8faac28fa2b18fabe23f |
UTF-8 | ç°Î¸ú | 1100001110100111110000101000010011000010101100001100001110001110110000101011100011000011101110101100001010011110 | c3a7c284c2b0c38ec2b8c3bac29e |
UHC | ??°?¸?? | 001111110011111110100001110001100011111110100010101011000011111100111111 | 3f3fa1c63fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)