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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 閹、迚吝ョウ^ | 11101000100001101010010011100111100010011001100111100101101011101011001101011110 | e886a4e78999e5aeb35e |
EUC-JP | 閹、迚吝ョウ^ | 11101111111001101000111010100100111011011110100111010010111001111000111010101110100011101011001101011110 | efe68ea4ede9d2e78eae8eb35e |
UTF-8 | 閹、迚吝ョウ^ | 11101001100101101011100111101111101111011010010011101000101111111001101011100101100100001001110111101111101111011010111011101111101111011011001101011110 | e996b9efbda4e8bf9ae5909defbdaeefbdb35e |
UHC | ???吝??^ | 0011111100111111001111111101011111110000001111110011111101011110 | 3f3f3fd7f03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)