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 | ç°Î·ú | 11100111100001001011000011001110101101111111101010011100 | e784b0ceb7fa9c |
SJIS-WIN | ??°???? | 0011111100111111100000011000101100111111001111110011111100111111 | 3f3f818b3f3f3f3f |
EUC-JP | ç?°Î?ú? | 1000111110101011101011100011111110100001111010111000111110101010110000100011111110001111101010111110001000111111 | 8fabae3fa1eb8faac23f8fabe23f |
UTF-8 | ç°Î·ú | 1100001110100111110000101000010011000010101100001100001110001110110000101011011111000011101110101100001010011100 | c3a7c284c2b0c38ec2b7c3bac29c |
UHC | ??°?·?? | 001111110011111110100001110001100011111110100001101001000011111100111111 | 3f3fa1c63fa1a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)