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 | 箪歎旦遜 | 1001001001011100100100100101011010010010010101011001000110111011 | 925c9256925591bb |
EUC-JP | 箪歎旦遜 | 1100001110111101110000111011011111000011101101101100001010111101 | c3bdc3b7c3b6c2bd |
UTF-8 | 箪歎旦遜 | 111001111010111010101010111001101010110110001110111001101001011110100110111010011000000110011100 | e7aeaae6ad8ee697a6e9819c |
UHC | ?歎旦遜 | 00111111111101111010011111010011101010011110000111100001 | 3ff7a7d3a9e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)