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 | 棚誰族単 | 1001001001001001100100100100111010010001101100001001001001010000 | 9249924e91b09250 |
EUC-JP | 棚誰族単 | 1100001110101010110000111010111111000010101100101100001110110001 | c3aac3afc2b2c3b1 |
UTF-8 | 棚誰族単 | 111001101010001110011010111010001010101010110000111001101001011110001111111001011000110110011000 | e6a39ae8aab0e6978fe58d98 |
UHC | 棚誰族? | 11011101110111001110001011000001111100001110100100111111 | dddce2c1f0e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)