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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 永??溢η? | 100010010110100100111111001111111000100011101100100000111100010100111111 | 89693f3f88ec83c53f |
EUC-JP | 永??溢η? | 101100011100101000111111001111111011000011101110101001101100011100111111 | b1ca3f3fb0eea6c73f |
UTF-8 | 永띕떵溢η독 | 1110011010110000101110001110101110011101100101011110101110010110101101011110011010111010101000101100111010110111111010111000111110000101 | e6b0b8eb9d95eb96b5e6baa2ceb7eb8f85 |
UHC | 永띕떵溢η독 | 111001111011010110110110111010111011011010111010111011001110111010100101111001111011010110110110 | e7b5b6ebb6baeceea5e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)