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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ◆?釐?? | 10000001100111110011111111100111110110000011111100111111 | 819f3fe7d83f3f |
EUC-JP | ◆?釐?? | 10100010101000010011111111101110110110100011111100111111 | a2a13feeda3f3f |
UTF-8 | ◆룵釐◈룫 | 111000101001011110000110111010111010001110110101111010011000011110010000111000101001011110001000111010111010001110101011 | e29786eba3b5e98790e29788eba3ab |
UHC | ◆룵釐◈룫 | 10100001110111111000111110101010110101111110110110100010110000101000111110100010 | a1df8faad7eda2c28fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)