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 | 紆偉視4瘰 | 11100010111111001000100011001100100011101000101110000010010100111110000110010000 | e2fc88cc8e8b8253e190 |
EUC-JP | 紆偉視4瘰 | 11100100111111101011000011001110101110111110101110100011101101001110000111110000 | e4feb0cebbeba3b4e1f0 |
UTF-8 | 紆偉視4瘰 | 111001111011010010000110111001011000000110001001111010001010011010010110111011111011110010010100111001111001100010110000 | e7b486e58189e8a696efbc94e798b0 |
UHC | 紆偉視4? | 111010011110000111101010110010011110001111001010101000111011010000111111 | e9e1eac9e3caa3b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)