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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 傭??傭??^ | 100101110110001000111111001111111001011101100010001111110011111101011110 | 97623f3f97623f3f5e |
EUC-JP | 傭??傭??^ | 110011011100001100111111001111111100110111000011001111110011111101011110 | cdc33f3fcdc33f3f5e |
UTF-8 | 傭⑵쿂傭⑵쿂^ | 11100101100000101010110111100010100100011011010111101100101111111000001011100101100000101010110111100010100100011011010111101100101111111000001001011110 | e582ade291b5ecbf82e582ade291b5ecbf825e |
UHC | 傭⑵쿂傭⑵쿂^ | 11101001101101101010100111101000101100101001100011101001101101101010100111101000101100101001100001011110 | e9b6a9e8b298e9b6a9e8b2985e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)