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 | 羝刻住鐔 | 1110001110110110100011011000111110001111010110101110100001011100 | e3b68d8f8f5ae85c |
EUC-JP | 羝刻住鐔 | 1110011010111000101110011110111110111101101110111110111110111101 | e6b8b9efbdbbefbd |
UTF-8 | 羝刻住鐔 | 111001111011111010011101111001011000100010111011111001001011110110001111111010011001000010010100 | e7be9de588bbe4bd8fe99094 |
UHC | ?刻住? | 001111111100101010111110111100011010110000111111 | 3fcabef1ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)