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 | テッ獻テッ獻^ | 110000111010111111100000110110011100001110101111111000001101100101011110 | c3afe0d9c3afe0d95e |
EUC-JP | テッ獻テッ獻^ | 10001110110000111000111010101111111000001101101110001110110000111000111010101111111000001101101101011110 | 8ec38eafe0db8ec38eafe0db5e |
UTF-8 | テッ獻テッ獻^ | 11101111101111101000001111101111101111011010111111100111100011011011101111101111101111101000001111101111101111011010111111100111100011011011101101011110 | efbe83efbdafe78dbbefbe83efbdafe78dbb5e |
UHC | ??獻??獻^ | 001111110011111111111010110011000011111100111111111110101100110001011110 | 3f3ffacc3f3ffacc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)