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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テオテ崚ュツシ | 1100001110110101110000111001101111000011101011011100001010111100 | c3b5c39bc3adc2bc |
EUC-JP | テオテ崚ュツシ | 1000111011000011100011101011010110001110110000111101011011000101100011101010110110001110110000101000111010111100 | 8ec38eb58ec3d6c58ead8ec28ebc |
UTF-8 | テオテ崚ュツシ | 111011111011111010000011111011111011110110110101111011111011111010000011111001011011010010011010111011111011110110101101111011111011111010000010111011111011110110111100 | efbe83efbdb5efbe83e5b49aefbdadefbe82efbdbc |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)