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 | 闍ウ蝓溷自 | 111010001000101110110011111001011001111110011111111001011000111010101001 | e88bb3e59f9fe58ea9 |
EUC-JP | 闍ウ蝓溷自 | 11101111111010111000111010110011111010101010000111011110111001111011110010101011 | efeb8eb3eaa1dee7bcab |
UTF-8 | 闍ウ蝓溷自 | 111010011001011110001101111011111011110110110011111010001001110110010011111001101011101010110111111010001000011110101010 | e9978defbdb3e89d93e6bab7e887aa |
UHC | ????自 | 001111110011111100111111001111111110110110111011 | 3f3f3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)