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 | 1111000011000001100011101010111101101001111100001100000110001110101011110110100101000010 | f0c18eaf69f0c18eaf6942 |
EUC-JP | ?識i?識iB | 001111111011110010110001011010010011111110111100101100010110100101000010 | 3fbcb1693fbcb16942 |
UTF-8 | 識i識iB | 111011101000001010000000111010001010110110011000011010011110111010000010100000001110100010101101100110000110100101000010 | ee8280e8ad9869ee8280e8ad986942 |
UHC | ?識i?識iB | 001111111110001111011011011010010011111111100011110110110110100101000010 | 3fe3db693fe3db6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)