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 | ???hTB | 001111110011111100111111011010000101010001000010 | 3f3f3f685442 |
SJIS-WIN | 棚狸速hTB | 100100100100100110010010010010111001000110101100011010000101010001000010 | 9249924b91ac685442 |
EUC-JP | 棚狸速hTB | 110000111010101011000011101011001100001010101110011010000101010001000010 | c3aac3acc2ae685442 |
UTF-8 | 棚狸速hTB | 111001101010001110011010111001111000101110111000111010011000000010011111011010000101010001000010 | e6a39ae78bb8e9809f685442 |
UHC | 棚狸速hTB | 110111011101110011010111111000011110000111011100011010000101010001000010 | dddcd7e1e1dc685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)