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 | 隱ァ逞秘エェ | 111010001010101010100111111001111001011110010100111010011011010010101010 | e8aaa7e79794e9b4aa |
EUC-JP | 隱ァ逞秘エェ | 111100001010110010001110101001111110110111110111110010001110101110001110101101001000111010101010 | f0ac8ea7edf7c8eb8eb48eaa |
UTF-8 | 隱ァ逞秘エェ | 111010011001101010110001111011111011110110100111111010011000000010011110111001111010011110011000111011111011110110110100111011111011110110101010 | e99ab1efbda7e9809ee7a798efbdb4efbdaa |
UHC | 隱?逞秘?? | 111010111101111100111111110101101100000111011101111110100011111100111111 | ebdf3fd6c1ddfa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)