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 | ??x?? | 0011111100111111011110000011111100111111 | 3f3f783f3f |
SJIS-WIN | テァxツ’ | 110000111010011101111000110000101000000101100110 | c3a778c28166 |
EUC-JP | テァxツ’ | 100011101100001110001110101001110111100010001110110000101010000111000111 | 8ec38ea7788ec2a1c7 |
UTF-8 | テァxツ’ | 11101111101111101000001111101111101111011010011101111000111011111011111010000010111000101000000010011001 | efbe83efbda778efbe82e28099 |
UHC | ??x?’ | 001111110011111101111000001111111010000110101111 | 3f3f783fa1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)