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 | 蟒冗セ皮ョ | 1110010110111011100011111110011110111110100101001110011110101110 | e5bb8fe7be94e7ae |
EUC-JP | 蟒冗セ皮ョ | 11101010101111011011111011101001100011101011111011001000111010011000111010101110 | eabdbee98ebec8e98eae |
UTF-8 | 蟒冗セ皮ョ | 111010001001111110010010111001011000011010010111111011111011110110111110111001111001101010101110111011111011110110101110 | e89f92e58697efbdbee79aaeefbdae |
UHC | ?冗?皮? | 00111111111010011011011100111111111110011010101100111111 | 3fe9b73ff9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)