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 | ?社d邸 | 00111111100011101101000010000010100001001001001101000000 | 3f8ed082849340 |
EUC-JP | 邕社d邸 | 100011111110000111101101101111001101001010100011111001001100010110100001 | 8fe1edbcd2a3e4c5a1 |
UTF-8 | 邕社d邸 | 111010011000001010010101111001111010010010111110111011111011110110000100111010011000001010111000 | e98295e7a4beefbd84e982b8 |
UHC | 邕社d邸 | 1110100010111011110111101110010010100011111001001110111011010000 | e8bbdee4a3e4eed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)