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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲?〕揖ф | 111000011001111100111111100000010110110010010111010010111000010010000110 | e19f3f816c974b8486 |
EUC-JP | 癲?〕揖ф | 111000101010000100111111101000011100110111001101101011001010011111100110 | e2a13fa1cdcdaca7e6 |
UTF-8 | 癲용〕揖ф | 1110011110011001101100101110110010011010101010011110001110000000100101011110011010001111100101101101000110000100 | e799b2ec9aa9e38095e68f96d184 |
UHC | 癲용〕揖ф | 11101111101001101011111111101011101000011011001111101011111001111010110011100110 | efa6bfeba1b3ebe7ace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)