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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 蜿ア邵樶⊇^ | 11100101100011111011000111100111101110001001111011101110100000011011101101011110 | e58fb1e7b89eee81bb5e |
EUC-JP | 蜿ア邵樶⊇^ | 1110100111101111100011101011000111101110101110101101110011110000101000101011110101011110 | e9ef8eb1eebadcf0a2bd5e |
UTF-8 | 蜿ア邵樶⊇^ | 11101000100111001011111111101111101111011011000111101001100000101011010111100110101010001011011011100010100010101000011101011110 | e89cbfefbdb1e982b5e6a8b6e28a875e |
UHC | ??邵?⊇^ | 0011111100111111111000011101000000111111101000011111011101011110 | 3f3fe1d03fa1f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)