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 | 驅鈔齏毬 | 1110100101111011111001111110001011101000111010111001111101111011 | e97be7e2e8eb9f7b |
EUC-JP | 驅鈔齏毬 | 1111000111011100111011101110010011110000111011011101110111011100 | f1dceee4f0eddddc |
UTF-8 | 驅鈔齏毬 | 111010011010100110000101111010011000100010010100111010011011110110001111111001101010111110101100 | e9a985e98894e9bd8fe6afac |
UHC | 驅??毬 | 110011111100110000111111001111111100111110110011 | cfcc3f3fcfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)