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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 止?滓? | 100011100111111000111111100111111110011000111111 | 8e7e3f9fe63f |
EUC-JP | 止?滓? | 101110111101111100111111110111101110100000111111 | bbdf3fdee83f |
UTF-8 | 止렣滓렔 | 111001101010110110100010111010111010000010100011111001101011101110010011111010111010000010010100 | e6ada2eba0a3e6bb93eba094 |
UHC | 止렣滓렔 | 1111001010101101100011101011010011101110101010111000111010101001 | f2ad8eb4eeab8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)