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 | 蠖ァ?貅縺情 | 11100101101111011010011100111111111001101011101011100011100000011000111111101110 | e5bda73fe6bae3818fee |
EUC-JP | 蠖ァ尗貅縺情 | 11101010101111111000111010100111100011111011101011101010111011001011110011100101111000011011111011110000 | eabf8ea78fbaeaecbce5e1bef0 |
UTF-8 | 蠖ァ尗貅縺情 | 111010001010000010010110111011111011110110100111111001011011000010010111111010001011001010000101111001111011100010111010111001101000001110000101 | e8a096efbda7e5b097e8b285e7b8bae68385 |
UHC | ?????情 | 00111111001111110011111100111111001111111110111111010111 | 3f3f3f3f3fefd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)