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 | ????[~ | 001111110011111100111111001111110101101101111110 | 3f3f3f3f5b7e |
SJIS-WIN | テキツャ[~ | 110000111011011111000010101011000101101101111110 | c3b7c2ac5b7e |
EUC-JP | テキツャ[~ | 10001110110000111000111010110111100011101100001010001110101011000101101101111110 | 8ec38eb78ec28eac5b7e |
UTF-8 | テキツャ[~ | 1110111110111110100000111110111110111101101101111110111110111110100000101110111110111101101011000101101101111110 | efbe83efbdb7efbe82efbdac5b7e |
UHC | ????[~ | 001111110011111100111111001111110101101101111110 | 3f3f3f3f5b7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)