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 | 遙λ?宥?? | 111010101010000110000011110010010011111110010111010001110011111100111111 | eaa183c93f97473f3f |
EUC-JP | 遙λ?宥?? | 111101001010001110100110110010110011111111001101101010000011111100111111 | f4a3a6cb3fcda83f3f |
UTF-8 | 遙λ뿩宥썰쉴 | 1110100110000001100110011100111010111011111010111011111110101001111001011010111010100101111011001000110110110000111011001000100110110100 | e98199cebbebbfa9e5aea5ec8db0ec89b4 |
UHC | 遙λ뿩宥썰쉴 | 111010011010101110100101111010111001011110101001111010101110100110111101111001001011110110101111 | e9aba5eb97a9eae9bde4bdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)