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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ啾ツ“ | 110000101001101001100001110000101000000101100111 | c29a61c28167 |
EUC-JP | ツ啾ツ“ | 1000111011000010110100111100001010001110110000101010000111001000 | 8ec2d3c28ec2a1c8 |
UTF-8 | ツ啾ツ“ | 111011111011111010000010111001011001010110111110111011111011111010000010111000101000000010011100 | efbe82e595beefbe82e2809c |
UHC | ???“ | 0011111100111111001111111010000110110000 | 3f3f3fa1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)