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 | 曜??沃?ギ | 100101110110101000111111001111111001011110000000001111111000001101001101 | 976a3f3f97803f834d |
EUC-JP | 曜??沃?ギ | 110011011100101100111111001111111100110111100000001111111010010110101110 | cdcb3f3fcde03fa5ae |
UTF-8 | 曜섉㎙沃욥ギ | 111001101001101110011100111011001000010010001001111000111000111010011001111001101011001010000011111011001001101010100101111000111000001010101110 | e69b9cec8489e38e99e6b283ec9aa5e382ae |
UHC | 曜섉㎙沃욥ギ | 111010001111100010011000111001101010011110101011111010001010101010111111111010011010101110101110 | e8f898e6a7abe8aabfe9abae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)