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 | ???松η? | 0011111100111111001111111000111110111100100000111100010100111111 | 3f3f3f8fbc83c53f |
EUC-JP | ???松η? | 0011111100111111001111111011111010111110101001101100011100111111 | 3f3f3fbebea6c73f |
UTF-8 | 了쎼끇松η댚 | 1110111110100110101110101110110010001110101111001110101110000001100001111110011010011101101111101100111010110111111010111000110010011010 | efa6baec8ebceb8187e69dbeceb7eb8c9a |
UHC | 了쎼끇松η댚 | 111010001110011110011011111000111000010110111011111000011110011010100101111001111000100010111110 | e8e79be385bbe1e6a5e788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)