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 | ??k??S | 001111110011111101101011001111110011111101010011 | 3f3f6b3f3f53 |
SJIS-WIN | テァkテァS | 110000111010011101101011110000111010011101010011 | c3a76bc3a753 |
EUC-JP | テァkテァS | 10001110110000111000111010100111011010111000111011000011100011101010011101010011 | 8ec38ea76b8ec38ea753 |
UTF-8 | テァkテァS | 1110111110111110100000111110111110111101101001110110101111101111101111101000001111101111101111011010011101010011 | efbe83efbda76befbe83efbda753 |
UHC | ??k??S | 001111110011111101101011001111110011111101010011 | 3f3f6b3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)