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 | 鬥ョ闍ス鬥ョ | 111010011010011010101110111010001000101110111101111010011010011010101110 | e9a6aee88bbde9a6ae |
EUC-JP | 鬥ョ闍ス鬥ョ | 111100101010100010001110101011101110111111101011100011101011110111110010101010001000111010101110 | f2a88eaeefeb8ebdf2a88eae |
UTF-8 | 鬥ョ闍ス鬥ョ | 111010011010110010100101111011111011110110101110111010011001011110001101111011111011110110111101111010011010110010100101111011111011110110101110 | e9aca5efbdaee9978defbdbde9aca5efbdae |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)