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 | 塋k?餓λ? | 10011010110010001000001010001011001111111000100111101100100000111100100100111111 | 9ac8828b3f89ec83c93f |
EUC-JP | 塋k?餓λ? | 11010100110010101010001111101011001111111011001011101110101001101100101100111111 | d4caa3eb3fb2eea6cb3f |
UTF-8 | 塋k젲餓λ젧 | 1110010110100001100010111110111110111101100010111110110010100000101100101110100110100100100100111100111010111011111011001010000010100111 | e5a18befbd8beca0b2e9a493cebbeca0a7 |
UHC | 塋k젲餓λ젧 | 111001111010101110100011111010111010000010100110111001001011101110100101111010111010000010011111 | e7aba3eba0a6e4bba5eba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)