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 | 毬鈔鈔盖 | 1001111101111011111001111110001011100111111000101110000110110011 | 9f7be7e2e7e2e1b3 |
EUC-JP | 毬鈔鈔盖 | 1101110111011100111011101110010011101110111001001110001010110101 | dddceee4eee4e2b5 |
UTF-8 | 毬鈔鈔盖 | 111001101010111110101100111010011000100010010100111010011000100010010100111001111001101110010110 | e6aface98894e98894e79b96 |
UHC | 毬??盖 | 110011111011001100111111001111111100101111001100 | cfb33f3fcbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)