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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 艶??兄?] | 1000100110010000001111110011111110001100010110100011111101011101 | 89903f3f8c5a3f5d |
EUC-JP | 艶??兄?] | 1011000111110000001111110011111110110111101110110011111101011101 | b1f03f3fb7bb3f5d |
UTF-8 | 艶쀮궓兄쭿] | 11101000100010011011011011101100100000001010111011101010101101101001001111100101100001011000010011101100101011011011111101011101 | e889b6ec80aeeab693e58584ecadbf5d |
UHC | 艶쀮궓兄쭿] | 1110011011111101100101111110111010000010101010001111101011111100101010000101000101011101 | e6fd97ee82a8fafca8515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)