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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 迴ら盾^ | 11100111100011111000001011100111100011111000001001011110 | e78f82e78f825e |
EUC-JP | 迴ら盾^ | 11101101111011111010010011101001101111011110001001011110 | edefa4e9bde25e |
UTF-8 | 迴ら盾^ | 11101000101111111011010011100011100000101000100111100111100110111011111001011110 | e8bfb4e38289e79bbe5e |
UHC | ?ら盾^ | 001111111010101011101001111000101110101001011110 | 3faae9e2ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)