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 | ????LE | 001111110011111100111111001111110100110001000101 | 3f3f3f3f4c45 |
SJIS-WIN | テキツャLE | 110000111011011111000010101011000100110001000101 | c3b7c2ac4c45 |
EUC-JP | テキツャLE | 10001110110000111000111010110111100011101100001010001110101011000100110001000101 | 8ec38eb78ec28eac4c45 |
UTF-8 | テキツャLE | 1110111110111110100000111110111110111101101101111110111110111110100000101110111110111101101011000100110001000101 | efbe83efbdb7efbe82efbdac4c45 |
UHC | ????LE | 001111110011111100111111001111110100110001000101 | 3f3f3f3f4c45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)