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 | 悅λ?悅?? | 111110101011110110000011110010010011111111111010101111010011111100111111 | fabd83c93ffabd3f3f |
EUC-JP | ?λ???? | 00111111101001101100101100111111001111110011111100111111 | 3fa6cb3f3f3f3f |
UTF-8 | 悅λ젻悅썲릫 | 1110011010000010100001011100111010111011111011001010000010111011111001101000001010000101111011001000110110110010111010111010011010101011 | e68285cebbeca0bbe68285ec8db2eba6ab |
UHC | 悅λ젻悅썲릫 | 111001101110110110100101111010111010000010101110111001101110110110111101111001011001000010001101 | e6eda5eba0aee6edbde5908d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)