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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀ャ繝ォ鉅・ | 111001111011000110101100111000111000001110101011111001111110100010100101 | e7b1ace383abe7e8a5 |
EUC-JP | 邀ャ繝ォ鉅・ | 111011101011001110001110101011001110010111100011100011101010101111101110111010101000111010100101 | eeb38eace5e38eabeeea8ea5 |
UTF-8 | 邀ャ繝ォ鉅・ | 111010011000001010000000111011111011110110101100111001111011100110011101111011111011110110101011111010011000100110000101111011111011110110100101 | e98280efbdace7b99defbdabe98985efbda5 |
UHC | 邀???鉅? | 1110100110101101001111110011111100111111110010111110100100111111 | e9ad3f3f3fcbe93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)