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 | 嶸??殉?? | 1111101010110100001111110011111110001111011111010011111100111111 | fab43f3f8f7d3f3f |
EUC-JP | 嶸??殉?? | 100011111011101111110100001111110011111110111101110111100011111100111111 | 8fbbf43f3fbdde3f3f |
UTF-8 | 嶸뗫뜄殉뉛쭓 | 111001011011011010111000111010111001011110101011111010111001110010000100111001101010111010001001111010111000100110011011111011001010110110010011 | e5b6b8eb97abeb9c84e6ae89eb899becad93 |
UHC | 嶸뗫뜄殉뉛쭓 | 111001111010111010001011111010111000110110001000111000101110011010000111111011111010011110001011 | e7ae8beb8d88e2e687efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)