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 | 1111000111100110100011101011000101101001111100011110011010001110101100010110100101000010 | f1e68eb169f1e68eb16942 |
EUC-JP | ?竺i?竺iB | 001111111011110010110011011010010011111110111100101100110110100101000010 | 3fbcb3693fbcb36942 |
UTF-8 | 竺i竺iB | 111011101000010110100001111001111010101110111010011010011110111010000101101000011110011110101011101110100110100101000010 | ee85a1e7abba69ee85a1e7abba6942 |
UHC | ?竺i?竺iB | 001111111111010111100111011010010011111111110101111001110110100101000010 | 3ff5e7693ff5e76942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)