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 | テ佚氾甘「 | 1100001110011000110000111001010011000011100010101100001110100010 | c398c394c38ac3a2 |
EUC-JP | テ佚氾甘「 | 10001110110000111101000011000101110010001100010110110100110001011000111010100010 | 8ec3d0c5c8c5b4c58ea2 |
UTF-8 | テ佚氾甘「 | 111011111011111010000011111001001011110110011010111001101011000010111110111001111001010010011000111011111011110110100010 | efbe83e4bd9ae6b0bee79498efbda2 |
UHC | ?佚氾甘? | 0011111111101100111010101101101111110000110010101111011000111111 | 3feceadbf0caf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)