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 | 鬮ォ閧エ蛻ョ | 111010011010101110101011111010001000001010110100111001011000100010101110 | e9ababe882b4e588ae |
EUC-JP | 鬮ォ閧エ蛻ョ | 111100101010110110001110101010111110111111100010100011101011010011101001111010001000111010101110 | f2ad8eabefe28eb4e9e88eae |
UTF-8 | 鬮ォ閧エ蛻ョ | 111010011010110010101110111011111011110110101011111010011001011010100111111011111011110110110100111010001001101110111011111011111011110110101110 | e9acaeefbdabe996a7efbdb4e89bbbefbdae |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)