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 | 1001000101000100001111110111110101101001100100010100010000111111011111010110100101000010 | 91443f7d6991443f7d6942 |
EUC-JP | 船?}i船?}iB | 1100000110100101001111110111110101101001110000011010010100111111011111010110100101000010 | c1a53f7d69c1a53f7d6942 |
UTF-8 | 船쇄}i船쇄}iB | 1110100010001000101110011110110010000111100001000111110101101001111010001000100010111001111011001000011110000100011111010110100101000010 | e888b9ec87847d69e888b9ec87847d6942 |
UHC | 船쇄}i船쇄}iB | 11100000110011111011110011100010011111010110100111100000110011111011110011100010011111010110100101000010 | e0cfbce27d69e0cfbce27d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)