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 | ◇?健ゲ? | 1000000110011110001111111000110010010010100000110101000100111111 | 819e3f8c9283513f |
EUC-JP | ◇?健ゲ? | 1010000111111110001111111011011111110010101001011011001000111111 | a1fe3fb7f2a5b23f |
UTF-8 | ◇룴健ゲ룫 | 111000101001011110000111111010111010001110110100111001011000000110100101111000111000001010110010111010111010001110101011 | e29787eba3b4e581a5e382b2eba3ab |
UHC | ◇룴健ゲ룫 | 10100001110111101000111110101001110010111110110110101011101100101000111110100010 | a1de8fa9cbedabb28fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)