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 | 驫ァ蜍コ辣ョ | 111010011000101010100111111001011000101110111010111001111000010110101110 | e98aa7e58bbae785ae |
EUC-JP | 驫ァ蜍コ辣ョ | 111100011110101010001110101001111110100111101011100011101011101011101101111001011000111010101110 | f1ea8ea7e9eb8ebaede58eae |
UTF-8 | 驫ァ蜍コ辣ョ | 111010011010100110101011111011111011110110100111111010001001110010001101111011111011110110111010111010001011111010100011111011111011110110101110 | e9a9abefbda7e89c8defbdbae8bea3efbdae |
UHC | ????辣? | 00111111001111110011111100111111110101011011100000111111 | 3f3f3f3fd5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)