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 | 諸シ譎兀 | 11111011101010011011110011100110100110011001100101011001 | fba9bce6999959 |
EUC-JP | ?シ譎兀 | 00111111100011101011110011101011111110011101000110111010 | 3f8ebcebf9d1ba |
UTF-8 | 諸シ譎兀 | 111011111010100010100010111011111011110110111100111010001010110110001110111001011000010110000000 | efa8a2efbdbce8ad8ee58580 |
UHC | ??譎兀 | 001111110011111111111101110100101110100010110100 | 3f3ffdd2e8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)