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 | ??t????T | 0011111100111111011101000011111100111111001111110011111101010100 | 3f3f743f3f3f3f54 |
SJIS-WIN | テ」tツ敕氾ィT | 11000011101000110111010011000010100111011100001110010100110000111010100001010100 | c3a374c29dc394c3a854 |
EUC-JP | テ」tツ敕氾ィT | 1000111011000011100011101010001101110100100011101100001011011010110001011100100011000101100011101010100001010100 | 8ec38ea3748ec2dac5c8c58ea854 |
UTF-8 | テ」tツ敕氾ィT | 1110111110111110100000111110111110111101101000110111010011101111101111101000001011100110100101011001010111100110101100001011111011101111101111011010100001010100 | efbe83efbda374efbe82e69595e6b0beefbda854 |
UHC | ??t??氾?T | 001111110011111101110100001111110011111111011011111100000011111101010100 | 3f3f743f3fdbf03f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)