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 | æÎ½ì³ | 1110011010000001100000011100111010111101111011001000100110110011 | e68181cebdec89b3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æ??Î?ì?? | 1000111110101001110000010011111100111111100011111010101011000010001111111000111110101011110000000011111100111111 | 8fa9c13f3f8faac23f8fabc03f3f |
UTF-8 | æÎ½ì³ | 11000011101001101100001010000001110000101000000111000011100011101100001010111101110000111010110011000010100010011100001010110011 | c3a6c281c281c38ec2bdc3acc289c2b3 |
UHC | æ???½??³ | 1010100110100001001111110011111100111111101010001111011000111111001111111010100111111000 | a9a13f3f3fa8f63f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)