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 | 001111111000111010101111011010010011111110001110101011110110100101000010 | 3f8eaf693f8eaf6942 |
EUC-JP | ?識i?識iB | 001111111011110010110001011010010011111110111100101100010110100101000010 | 3fbcb1693fbcb16942 |
UTF-8 | 뤆識i뤆識iB | 111010111010010010000110111010001010110110011000011010011110101110100100100001101110100010101101100110000110100101000010 | eba486e8ad9869eba486e8ad986942 |
UHC | 뤆識i뤆識iB | 1000111110110110111000111101101101101001100011111011011011100011110110110110100101000010 | 8fb6e3db698fb6e3db6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)