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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 杖??? | 1000111111110001001111110011111100111111 | 8ff13f3f3f |
EUC-JP | 杖??? | 1011111011110011001111110011111100111111 | bef33f3f3f |
UTF-8 | 杖렡綎렮 | 111001101001110110010110111010111010000010100001111001111011011010001110111010111010000010101110 | e69d96eba0a1e7b68eeba0ae |
UHC | 杖렡綎렮 | 1110110111101000100011101011001011101111111100101000111010111011 | ede88eb2eff28ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)