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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | テ堙夕テ堙夕^ | 1100001110011010110000111001011101011011110000111001101011000011100101110101101101011110 | c39ac3975bc39ac3975b5e |
EUC-JP | テ堙夕テ堙夕^ | 10001110110000111101010011000101110011011011110010001110110000111101010011000101110011011011110001011110 | 8ec3d4c5cdbc8ec3d4c5cdbc5e |
UTF-8 | テ堙夕テ堙夕^ | 11101111101111101000001111100101101000001001100111100101101001001001010111101111101111101000001111100101101000001001100111100101101001001001010101011110 | efbe83e5a099e5a495efbe83e5a099e5a4955e |
UHC | ??夕??夕^ | 001111110011111111100000101010100011111100111111111000001010101001011110 | 3f3fe0aa3f3fe0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)