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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 逧図i逧図iB | 1110011110011010100100000111110101101001111001111001101010010000011111010110100101000010 | e79a907d69e79a907d6942 |
EUC-JP | 逧図i逧図iB | 1110110111111010101111111101111001101001111011011111101010111111110111100110100101000010 | edfabfde69edfabfde6942 |
UTF-8 | 逧図i逧図iB | 111010011000000010100111111001011001101110110011011010011110100110000000101001111110010110011011101100110110100101000010 | e980a7e59bb369e980a7e59bb36942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)