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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 狸但尊族 | 1001001001001011100100100100000110010001101110001001000110110000 | 924b924191b891b0 |
EUC-JP | 狸但尊族 | 1100001110101100110000111010001011000010101110101100001010110010 | c3acc3a2c2bac2b2 |
UTF-8 | 狸但尊族 | 111001111000101110111000111001001011110110000110111001011011000010001010111001101001011110001111 | e78bb8e4bd86e5b08ae6978f |
UHC | 狸但尊族 | 1101011111100001110100111010001111110000111011101111000011101001 | d7e1d3a3f0eef0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)