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 | 邀ャ繝ォ鉅 | 1110011110110001101011001110001110000011101010111110011111101000 | e7b1ace383abe7e8 |
EUC-JP | 邀ャ繝ォ鉅 | 11101110101100111000111010101100111001011110001110001110101010111110111011101010 | eeb38eace5e38eabeeea |
UTF-8 | 邀ャ繝ォ鉅 | 111010011000001010000000111011111011110110101100111001111011100110011101111011111011110110101011111010011000100110000101 | e98280efbdace7b99defbdabe98985 |
UHC | 邀???鉅 | 11101001101011010011111100111111001111111100101111101001 | e9ad3f3f3fcbe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)