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 | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | 晩?}i晩?}iB | 1001010011010011001111110111110101101001100101001101001100111111011111010110100101000010 | 94d33f7d6994d33f7d6942 |
EUC-JP | 晩?}i晩?}iB | 1100100011010101001111110111110101101001110010001101010100111111011111010110100101000010 | c8d53f7d69c8d53f7d6942 |
UTF-8 | 晩읽}i晩읽}iB | 1110011010011001101010011110110010011101101111010111110101101001111001101001100110101001111011001001110110111101011111010110100101000010 | e699a9ec9dbd7d69e699a9ec9dbd7d6942 |
UHC | 晩읽}i晩읽}iB | 11011000101110011100000011010000011111010110100111011000101110011100000011010000011111010110100101000010 | d8b9c0d07d69d8b9c0d07d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)