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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ツ偲づ閉ウ\ | 110000101000111011000011100000101100001110010101110000101011001101011100 | c28ec382c395c2b35c |
EUC-JP | ツ偲づ閉ウ\ | 1000111011000010101111001100010110100100110001011100101011000100100011101011001101011100 | 8ec2bcc5a4c5cac48eb35c |
UTF-8 | ツ偲づ閉ウ\ | 11101111101111101000001011100101100000011011001011100011100000011010010111101001100101101000100111101111101111011011001101011100 | efbe82e581b2e381a5e99689efbdb35c |
UHC | ??づ閉?\ | 0011111100111111101010101100010111111000110011010011111101011100 | 3f3faac5f8cd3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)