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 | テカテ氾コテ・ | 1100001110110110110000111001010011000011101110101100001110100101 | c3b6c394c3bac3a5 |
EUC-JP | テカテ氾コテ・ | 1000111011000011100011101011011010001110110000111100100011000101100011101011101010001110110000111000111010100101 | 8ec38eb68ec3c8c58eba8ec38ea5 |
UTF-8 | テカテ氾コテ・ | 111011111011111010000011111011111011110110110110111011111011111010000011111001101011000010111110111011111011110110111010111011111011111010000011111011111011110110100101 | efbe83efbdb6efbe83e6b0beefbdbaefbe83efbda5 |
UHC | ???氾??? | 0011111100111111001111111101101111110000001111110011111100111111 | 3f3f3fdbf03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)