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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟒幗。悟サ | 1110010110111011100110111110110010100001100011001110010110111011 | e5bb9beca18ce5bb |
EUC-JP | 蟒幗。悟サ | 11101010101111011101011011101110100011101010000110111000111001111000111010111011 | eabdd6ee8ea1b8e78ebb |
UTF-8 | 蟒幗。悟サ | 111010001001111110010010111001011011100110010111111011111011110110100001111001101000001010011111111011111011110110111011 | e89f92e5b997efbda1e6829fefbdbb |
UHC | ???悟? | 001111110011111100111111111001111111011000111111 | 3f3f3fe7f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)