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 | 亦??餓λ? | 100101101001001000111111001111111000100111101100100000111100100100111111 | 96923f3f89ec83c93f |
EUC-JP | 亦??餓λ? | 110010111111001000111111001111111011001011101110101001101100101100111111 | cbf23f3fb2eea6cb3f |
UTF-8 | 亦낅젔餓λ젧 | 1110010010111010101001101110101110000010100001011110110010100000100101001110100110100100100100111100111010111011111011001010000010100111 | e4baa6eb8285eca094e9a493cebbeca0a7 |
UHC | 亦낅젔餓λ젧 | 111001101011001010000101111010111010000010010010111001001011101110100101111010111010000010011111 | e6b285eba092e4bba5eba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)