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 | 癒?揄? | 100101101111110000111111100111011000100100111111 | 96fc3f9d893f |
EUC-JP | 癒?揄? | 110011001111111000111111110110011110100100111111 | ccfe3fd9e93f |
UTF-8 | 癒뢽揄틄 | 111001111001100110010010111010111010001010111101111001101000111110000100111011011000101110000100 | e79992eba2bde68f84ed8b84 |
UHC | 癒뢽揄틄 | 1110101110101000100011110111101011101010111100011011101001110000 | eba88f7aeaf1ba70 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)