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 | 蓼エム雅純隱 | 11100100111110001011010011010001100010011110101110001111100000111110100010101010 | e4f8b4d189eb8f83e8aa |
EUC-JP | 蓼エム雅純隱 | 111010001111101010001110101101001000111011010001101100101110110110111101111000111111000010101100 | e8fa8eb48ed1b2edbde3f0ac |
UTF-8 | 蓼エム雅純隱 | 111010001001001110111100111011111011110110110100111011111011111010010001111010011001101110000101111001111011010010010100111010011001101010110001 | e893bcefbdb4efbe91e99b85e7b494e99ab1 |
UHC | 蓼??雅純隱 | 11010110111111100011111100111111111001001011101011100010111011011110101111011111 | d6fe3f3fe4bae2edebdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)