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 | æÎ¸ì² | 1110011010010010100100111100111010111000111011001011001010000000 | e69293ceb8ecb280 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æ??θì?? | 10001111101010011100000100111111001111111000111110101010110000101000111110100010101100011000111110101011110000000011111100111111 | 8fa9c13f3f8faac28fa2b18fabc03f3f |
UTF-8 | æÎ¸ì² | 11000011101001101100001010010010110000101001001111000011100011101100001010111000110000111010110011000010101100101100001010000000 | c3a6c292c293c38ec2b8c3acc2b2c280 |
UHC | æ???¸?²? | 1010100110100001001111110011111100111111101000101010110000111111101010011111011100111111 | a9a13f3f3fa2ac3fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)