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 | 蠖ァ?貅縺剰 | 11100101101111011010011100111111111001101011101011100011100000011000111111101000 | e5bda73fe6bae3818fe8 |
EUC-JP | 蠖ァ尗貅縺剰 | 11101010101111111000111010100111100011111011101011101010111011001011110011100101111000011011111011101010 | eabf8ea78fbaeaecbce5e1beea |
UTF-8 | 蠖ァ尗貅縺剰 | 111010001010000010010110111011111011110110100111111001011011000010010111111010001011001010000101111001111011100010111010111001011000100110110000 | e8a096efbda7e5b097e8b285e7b8bae589b0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)