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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 永?〕揖? | 1000100101101001001111111000000101101100100101110100101100111111 | 89693f816c974b3f |
EUC-JP | 永?〕揖? | 1011000111001010001111111010000111001101110011011010110000111111 | b1ca3fa1cdcdac3f |
UTF-8 | 永띕〕揖붺 | 111001101011000010111000111010111001110110010101111000111000000010010101111001101000111110010110111010111011011010111010 | e6b0b8eb9d95e38095e68f96ebb6ba |
UHC | 永띕〕揖붺 | 11100111101101011011011011101011101000011011001111101011111001111001010011100111 | e7b5b6eba1b3ebe794e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)