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 | 殯儚8痙 | 1001111101110001100110010101001010000010010101111110000101111010 | 9f7199528257e17a |
EUC-JP | 殯儚8痙 | 1101110111010010110100011011001110100011101110001110000111011011 | ddd2d1b3a3b8e1db |
UTF-8 | 殯儚8痙 | 111001101010111010101111111001011000010010011010111011111011110010011000111001111001011110011001 | e6aeafe5849aefbc98e79799 |
UHC | 殯?8痙 | 11011110101100100011111110100011101110001100110011100010 | deb23fa3b8cce2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)